Shades of Deep Teal #08473B
Tints of Deep Teal #08473B
RGB
CMYK
RGB Variations
Color information
#08473B (or 0x08473B) is known color: Deep Teal. HEX triplet: 08, 47 and 3B. RGB value is (8,71,59). Sum of RGB (Red+Green+Blue) = 8+71+59=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #08473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08473B is #F7B8C4. Grayscale: #323232. Windows color (decimal): -16234693 or 3884808. OLE color: 3884808.
HSL color Cylindrical-coordinate representation of color #08473B: hue angle of 168.57º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08473B is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 59 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.72 |
| HSL | 168.57º | 0.8% | 0.15% | - |
| HSV(B) | 168.57º | 0.89% | 0.28% | - |
| XYZ | 3.14 | 4.87 | 4.91 | - |
| YUV | 50.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 59 | 0.89 | 0 | 0.17 | 0.72 | 168.57 | 0.8 | 0.15 |
| Hex | 8 | 47 | 3B | 59 | 0 | 11 | 48 | A9 | 50 | F |
| Octal | 10 | 107 | 73 | 131 | 0 | 21 | 110 | 251 | 120 | 17 |
| Binary | 1000 | 1000111 | 111011 | 1011001 | 0 | 10001 | 1001000 | 10101001 | 1010000 | 1111 |
Color Harmonies of #08473B
Complementary color
Monochromatic Colors of #08473B
Black with #08473B
Text Example
Text Example
White with #08473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08473B; }
p { color: rgb(8,71,59); }
H1.HeaderClassName
{
color: #08473B;
}
.AnyTagClassName
{
color: #08473B;
}
</style>
background-color css
<style>
a { background-color: #08473B; }
a { background-color: rgb(8,71,59); }
div.DivClassName
{
background-color: #08473B;
}
.BgClassName
{
background-color: #08473B;
}
</style>
border-color css
<style>
span { border-color: #08473B; }
span { border-color: rgb(8,71,59); }
td.TdClassName
{
border-color: #08473B;
}
.TagClassName
{
border-color: #08473B;
}
</style>