#008882

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

Shades of Teal #008882

Tints of Teal #008882

Color information

#008882 (or 0x008882) is unknown color: approx Teal. HEX triplet: 00, 88 and 82. RGB value is (0,136,130). Sum of RGB (Red+Green+Blue) = 0+136+130=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #008882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008882 is #FF777D. Grayscale: #5E5E5E. Windows color (decimal): -16742270 or 8554496. OLE color: 8554496.

HSL color Cylindrical-coordinate representation of color #008882: hue angle of 177.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008882 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB0136130-
CMYK100.040.47
HSL177.35º100%26.67%-
HSV(B)177.35º100%53.33%-
XYZ12.8319.2224.15-
YUV94.65147.9460.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=0%
G=51.13%
B=48.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0136130100.040.47177.3510026.67
Hex0888264042Fb1641b
Octal0210202144045726114433
Binary010001000100000101100100010010111110110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008882; }

 p { color: rgb(0,136,130); }

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

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

 a { background-color: rgb(0,136,130); }

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

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

 span { border-color: rgb(0,136,130); }

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