Shades of Deep Teal #085140
Tints of Deep Teal #085140
RGB
CMYK
RGB Variations
Color information
#085140 (or 0x085140) is known color: Deep Teal. HEX triplet: 08, 51 and 40. RGB value is (8,81,64). Sum of RGB (Red+Green+Blue) = 8+81+64=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #085140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085140 is #F7AEBF. Grayscale: #393939. Windows color (decimal): -16232128 or 4215048. OLE color: 4215048.
HSL color Cylindrical-coordinate representation of color #085140: hue angle of 166.03º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085140 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 64 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.68 |
| HSL | 166.03º | 0.82% | 0.17% | - |
| HSV(B) | 166.03º | 0.9% | 0.32% | - |
| XYZ | 3.97 | 6.31 | 5.86 | - |
| YUV | 57.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 64 | 0.90 | 0 | 0.21 | 0.68 | 166.03 | 0.82 | 0.17 |
| Hex | 8 | 51 | 40 | 5A | 0 | 15 | 44 | A6 | 52 | 11 |
| Octal | 10 | 121 | 100 | 132 | 0 | 25 | 104 | 246 | 122 | 21 |
| Binary | 1000 | 1010001 | 1000000 | 1011010 | 0 | 10101 | 1000100 | 10100110 | 1010010 | 10001 |
Color Harmonies of #085140
Complementary color
Monochromatic Colors of #085140
Black with #085140
Text Example
Text Example
White with #085140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085140; }
p { color: rgb(8,81,64); }
H1.HeaderClassName
{
color: #085140;
}
.AnyTagClassName
{
color: #085140;
}
</style>
background-color css
<style>
a { background-color: #085140; }
a { background-color: rgb(8,81,64); }
div.DivClassName
{
background-color: #085140;
}
.BgClassName
{
background-color: #085140;
}
</style>
border-color css
<style>
span { border-color: #085140; }
span { border-color: rgb(8,81,64); }
td.TdClassName
{
border-color: #085140;
}
.TagClassName
{
border-color: #085140;
}
</style>