#006E89

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

Shades of Teal #006E89

Tints of Teal #006E89

Color information

#006E89 (or 0x006E89) is unknown color: approx Teal. HEX triplet: 00, 6E and 89. RGB value is (0,110,137). Sum of RGB (Red+Green+Blue) = 0+110+137=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #006E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E89 is #FF9176. Grayscale: #4F4F4F. Windows color (decimal): -16748919 or 9006592. OLE color: 9006592.

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

Color convert

RGB0110137-
CMYK10.2000.46
HSL191.82º100%26.86%-
HSV(B)191.82º100%53.73%-
XYZ10.0912.9625.64-
YUV80.19160.0670.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=0%
G=44.53%
B=55.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal011013710.2000.46191.8210026.86
Hex06E89641402Ec0641b
Octal01562111442405630014433
Binary0110111010001001110010010100010111011000000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E89; }

 p { color: rgb(0,110,137); }

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

<style>
 a { background-color: #006E89; }

 a { background-color: rgb(0,110,137); }

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

<style>
 span { border-color: #006E89; }

 span { border-color: rgb(0,110,137); }

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