#08877A

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

Shades of Teal #08877A

Tints of Teal #08877A

Color information

#08877A (or 0x08877A) is unknown color: approx Teal. HEX triplet: 08, 87 and 7A. RGB value is (8,135,122). Sum of RGB (Red+Green+Blue) = 8+135+122=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #08877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08877A is #F77885. Grayscale: #5F5F5F. Windows color (decimal): -16218246 or 8029960. OLE color: 8029960.

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

Color convert

RGB8135122-
CMYK0.9400.100.47
HSL173.86º88.81%28.04%-
HSV(B)173.86º94.07%52.94%-
XYZ12.2818.7821.39-
YUV95.54142.9265.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.02%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=3.02%
G=50.94%
B=46.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81351220.9400.100.47173.8688.8128.04
Hex8877A5E0A2Fae591c
Octal102071721360125725613134
Binary100010000111111101010111100101010111110101110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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