#01897F

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

Shades of Teal #01897F

Tints of Teal #01897F

Color information

#01897F (or 0x01897F) is unknown color: approx Teal. HEX triplet: 01, 89 and 7F. RGB value is (1,137,127). Sum of RGB (Red+Green+Blue) = 1+137+127=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #01897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897F is #FE7680. Grayscale: #5F5F5F. Windows color (decimal): -16676481 or 8358145. OLE color: 8358145.

HSL color Cylindrical-coordinate representation of color #01897F: hue angle of 175.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01897F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB1137127-
CMYK0.9900.070.46
HSL175.59º98.55%27.06%-
HSV(B)175.59º99.27%53.73%-
XYZ12.7919.4323.16-
YUV95.2145.9460.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 137 (53.91% from 255) = 51.70%
BLUE value IS 127 (50% from 255) = 47.92%
R=0.38%
G=51.70%
B=47.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371270.9900.070.46175.5998.5527.06
Hex1897F63072Eb0631b
Octal1211177143075626014333
Binary11000100111111111100011011110111010110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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