Shades of Teal #08808A
Tints of Teal #08808A
RGB
CMYK
RGB Variations
Color information
#08808A (or 0x08808A) is known color: Teal. HEX triplet: 08, 80 and 8A. RGB value is (8,128,138). Sum of RGB (Red+Green+Blue) = 8+128+138=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #08808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08808A is #F77F75. Grayscale: #5D5D5D. Windows color (decimal): -16220022 or 9076744. OLE color: 9076744.
HSL color Cylindrical-coordinate representation of color #08808A: hue angle of 184.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08808A is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 128 | 138 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.46 |
| HSL | 184.62º | 0.89% | 0.29% | - |
| HSV(B) | 184.62º | 0.94% | 0.54% | - |
| XYZ | 12.41 | 17.32 | 26.73 | - |
| YUV | 93.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 138 | 0.94 | 0.07 | 0 | 0.46 | 184.62 | 0.89 | 0.29 |
| Hex | 8 | 80 | 8A | 5E | 7 | 0 | 2E | B9 | 59 | 1D |
| Octal | 10 | 200 | 212 | 136 | 7 | 0 | 56 | 271 | 131 | 35 |
| Binary | 1000 | 10000000 | 10001010 | 1011110 | 111 | 0 | 101110 | 10111001 | 1011001 | 11101 |
Color Harmonies of #08808A
Complementary color
Monochromatic Colors of #08808A
Black with #08808A
Text Example
Text Example
White with #08808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08808A; }
p { color: rgb(8,128,138); }
H1.HeaderClassName
{
color: #08808A;
}
.AnyTagClassName
{
color: #08808A;
}
</style>
background-color css
<style>
a { background-color: #08808A; }
a { background-color: rgb(8,128,138); }
div.DivClassName
{
background-color: #08808A;
}
.BgClassName
{
background-color: #08808A;
}
</style>
border-color css
<style>
span { border-color: #08808A; }
span { border-color: rgb(8,128,138); }
td.TdClassName
{
border-color: #08808A;
}
.TagClassName
{
border-color: #08808A;
}
</style>