#08887E

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

Shades of Teal #08887E

Tints of Teal #08887E

Color information

#08887E (or 0x08887E) is unknown color: approx Teal. HEX triplet: 08, 88 and 7E. RGB value is (8,136,126). Sum of RGB (Red+Green+Blue) = 8+136+126=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #08887E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887E is #F77781. Grayscale: #606060. Windows color (decimal): -16217986 or 8292360. OLE color: 8292360.

HSL color Cylindrical-coordinate representation of color #08887E: hue angle of 175.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08887E is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB8136126-
CMYK0.9400.070.47
HSL175.31º88.89%28.24%-
HSV(B)175.31º94.12%53.33%-
XYZ12.6719.1722.77-
YUV96.59144.5964.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=2.96%
G=50.37%
B=46.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81361260.9400.070.47175.3188.8928.24
Hex8887E5E072Faf591c
Octal10210176136075725713134
Binary10001000100011111101011110011110111110101111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08887E; }

 p { color: rgb(8,136,126); }

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

<style>
 a { background-color: #08887E; }

 a { background-color: rgb(8,136,126); }

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

<style>
 span { border-color: #08887E; }

 span { border-color: rgb(8,136,126); }

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