#08857c

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

Shades of Teal #08857C

Tints of Teal #08857C

Color information

#08857C (or 0x08857C) is unknown color: approx Teal. HEX triplet: 08, 85 and 7C. RGB value is (8,133,124). Sum of RGB (Red+Green+Blue) = 8+133+124=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #08857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08857C is #F77A83. Grayscale: #5E5E5E. Windows color (decimal): -16218756 or 8160520. OLE color: 8160520.

HSL color Cylindrical-coordinate representation of color #08857C: hue angle of 175.68º 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 #08857C is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB8133124-
CMYK0.9400.070.48
HSL175.68º88.65%27.65%-
HSV(B)175.68º93.98%52.16%-
XYZ12.1318.2821.96-
YUV94.6144.5966.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.02%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=3.02%
G=50.19%
B=46.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331240.9400.070.48175.6888.6527.65
Hex8857C5E0730b0591c
Octal10205174136076026013134
Binary10001000010111111001011110011111000010110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08857c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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