Shades of Teal #08728C
Tints of Teal #08728C
RGB
CMYK
RGB Variations
Color information
#08728C (or 0x08728C) is known color: Teal. HEX triplet: 08, 72 and 8C. RGB value is (8,114,140). Sum of RGB (Red+Green+Blue) = 8+114+140=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #08728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08728C is #F78D73. Grayscale: #555555. Windows color (decimal): -16223604 or 9204232. OLE color: 9204232.
HSL color Cylindrical-coordinate representation of color #08728C: hue angle of 191.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08728C is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 114 | 140 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.45 |
| HSL | 191.82º | 0.89% | 0.29% | - |
| HSV(B) | 191.82º | 0.94% | 0.55% | - |
| XYZ | 10.85 | 13.98 | 26.94 | - |
| YUV | 85.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 140 | 0.94 | 0.19 | 0 | 0.45 | 191.82 | 0.89 | 0.29 |
| Hex | 8 | 72 | 8C | 5E | 13 | 0 | 2D | C0 | 59 | 1D |
| Octal | 10 | 162 | 214 | 136 | 23 | 0 | 55 | 300 | 131 | 35 |
| Binary | 1000 | 1110010 | 10001100 | 1011110 | 10011 | 0 | 101101 | 11000000 | 1011001 | 11101 |
Color Harmonies of #08728C
Complementary color
Monochromatic Colors of #08728C
Black with #08728C
Text Example
Text Example
White with #08728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08728C; }
p { color: rgb(8,114,140); }
H1.HeaderClassName
{
color: #08728C;
}
.AnyTagClassName
{
color: #08728C;
}
</style>
background-color css
<style>
a { background-color: #08728C; }
a { background-color: rgb(8,114,140); }
div.DivClassName
{
background-color: #08728C;
}
.BgClassName
{
background-color: #08728C;
}
</style>
border-color css
<style>
span { border-color: #08728C; }
span { border-color: rgb(8,114,140); }
td.TdClassName
{
border-color: #08728C;
}
.TagClassName
{
border-color: #08728C;
}
</style>