#08857E

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

Shades of Teal #08857E

Tints of Teal #08857E

Color information

#08857E (or 0x08857E) is unknown color: approx Teal. HEX triplet: 08, 85 and 7E. RGB value is (8,133,126). Sum of RGB (Red+Green+Blue) = 8+133+126=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #08857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08857E is #F77A81. Grayscale: #5E5E5E. Windows color (decimal): -16218754 or 8291592. OLE color: 8291592.

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

Color convert

RGB8133126-
CMYK0.9400.050.48
HSL176.64º88.65%27.65%-
HSV(B)176.64º93.98%52.16%-
XYZ12.2518.3322.63-
YUV94.83145.5966.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.00%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=3.00%
G=49.81%
B=47.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331260.9400.050.48176.6488.6527.65
Hex8857E5E0530b1591c
Octal10205176136056026113134
Binary10001000010111111101011110010111000010110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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