#08877e

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

Shades of Teal #08877E

Tints of Teal #08877E

Color information

#08877E (or 0x08877E) is unknown color: approx Teal. HEX triplet: 08, 87 and 7E. RGB value is (8,135,126). Sum of RGB (Red+Green+Blue) = 8+135+126=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #08877E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08877E is #F77881. Grayscale: #5F5F5F. Windows color (decimal): -16218242 or 8292104. OLE color: 8292104.

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

Color convert

RGB8135126-
CMYK0.9400.070.47
HSL175.75º88.81%28.04%-
HSV(B)175.75º94.07%52.94%-
XYZ12.5318.8922.72-
YUV96144.9265.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.97%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=2.97%
G=50.19%
B=46.84%

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
Decimal81351260.9400.070.47175.7588.8128.04
Hex8877E5E072Fb0591c
Octal10207176136075726013134
Binary10001000011111111101011110011110111110110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08877e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08877e; }

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

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

<style>
 a { background-color: #08877e; }

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

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

<style>
 span { border-color: #08877e; }

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

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