#01797F

Color #01797F Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #01797F

Tints of Teal #01797F

Color information

#01797F (or 0x01797F) is unknown color: approx Teal. HEX triplet: 01, 79 and 7F. RGB value is (1,121,127). Sum of RGB (Red+Green+Blue) = 1+121+127=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #01797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01797F is #FE8680. Grayscale: #555555. Windows color (decimal): -16680577 or 8354049. OLE color: 8354049.

HSL color Cylindrical-coordinate representation of color #01797F: hue angle of 182.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01797F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1121127-
CMYK0.990.0500.50
HSL182.86º98.44%25.1%-
HSV(B)182.86º99.21%49.8%-
XYZ10.6815.2122.45-
YUV85.8151.2467.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 127 (50% from 255) = 51.00%
R=0.40%
G=48.59%
B=51.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11211270.990.0500.50182.8698.4425.1
Hex1797F635032b76219
Octal1171177143506226714231
Binary1111100111111111100011101011001010110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01797F; }

 p { color: rgb(1,121,127); }

 H1.HeaderClassName
 {
   color: #01797F;
 }
 .AnyTagClassName
 {
   color: #01797F;
 }
</style>
background-color css

<style>
 a { background-color: #01797F; }

 a { background-color: rgb(1,121,127); }

 div.DivClassName
 {
   background-color: #01797F;
 }
 .BgClassName
 {
   background-color: #01797F;
 }
</style>
border-color css

<style>
 span { border-color: #01797F; }

 span { border-color: rgb(1,121,127); }

 td.TdClassName
 {
   border-color: #01797F;
 }
 .TagClassName
 {
   border-color: #01797F;
 }
</style>