Shades of Deep Teal #085340
Tints of Deep Teal #085340
RGB
CMYK
RGB Variations
Color information
#085340 (or 0x085340) is known color: Deep Teal. HEX triplet: 08, 53 and 40. RGB value is (8,83,64). Sum of RGB (Red+Green+Blue) = 8+83+64=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #085340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085340 is #F7ACBF. Grayscale: #3A3A3A. Windows color (decimal): -16231616 or 4215560. OLE color: 4215560.
HSL color Cylindrical-coordinate representation of color #085340: hue angle of 164.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085340 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 64 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.67 |
| HSL | 164.8º | 0.82% | 0.18% | - |
| HSV(B) | 164.8º | 0.9% | 0.33% | - |
| XYZ | 4.12 | 6.61 | 5.91 | - |
| YUV | 58.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 64 | 0.90 | 0 | 0.23 | 0.67 | 164.8 | 0.82 | 0.18 |
| Hex | 8 | 53 | 40 | 5A | 0 | 17 | 43 | A5 | 52 | 12 |
| Octal | 10 | 123 | 100 | 132 | 0 | 27 | 103 | 245 | 122 | 22 |
| Binary | 1000 | 1010011 | 1000000 | 1011010 | 0 | 10111 | 1000011 | 10100101 | 1010010 | 10010 |
Color Harmonies of #085340
Complementary color
Monochromatic Colors of #085340
Black with #085340
Text Example
Text Example
White with #085340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085340; }
p { color: rgb(8,83,64); }
H1.HeaderClassName
{
color: #085340;
}
.AnyTagClassName
{
color: #085340;
}
</style>
background-color css
<style>
a { background-color: #085340; }
a { background-color: rgb(8,83,64); }
div.DivClassName
{
background-color: #085340;
}
.BgClassName
{
background-color: #085340;
}
</style>
border-color css
<style>
span { border-color: #085340; }
span { border-color: rgb(8,83,64); }
td.TdClassName
{
border-color: #085340;
}
.TagClassName
{
border-color: #085340;
}
</style>