Shades of Deep Teal #083B31
Tints of Deep Teal #083B31
RGB
CMYK
RGB Variations
Color information
#083B31 (or 0x083B31) is known color: Deep Teal. HEX triplet: 08, 3B and 31. RGB value is (8,59,49). Sum of RGB (Red+Green+Blue) = 8+59+49=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #083B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B31 is #F7C4CE. Grayscale: #2A2A2A. Windows color (decimal): -16237775 or 3226376. OLE color: 3226376.
HSL color Cylindrical-coordinate representation of color #083B31: hue angle of 168.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B31 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 49 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.77 |
| HSL | 168.24º | 0.76% | 0.13% | - |
| HSV(B) | 168.24º | 0.86% | 0.23% | - |
| XYZ | 2.22 | 3.4 | 3.45 | - |
| YUV | 42.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 49 | 0.86 | 0 | 0.17 | 0.77 | 168.24 | 0.76 | 0.13 |
| Hex | 8 | 3B | 31 | 56 | 0 | 11 | 4D | A8 | 4C | D |
| Octal | 10 | 73 | 61 | 126 | 0 | 21 | 115 | 250 | 114 | 15 |
| Binary | 1000 | 111011 | 110001 | 1010110 | 0 | 10001 | 1001101 | 10101000 | 1001100 | 1101 |
Color Harmonies of #083B31
Complementary color
Monochromatic Colors of #083B31
Black with #083B31
Text Example
Text Example
White with #083B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B31; }
p { color: rgb(8,59,49); }
H1.HeaderClassName
{
color: #083B31;
}
.AnyTagClassName
{
color: #083B31;
}
</style>
background-color css
<style>
a { background-color: #083B31; }
a { background-color: rgb(8,59,49); }
div.DivClassName
{
background-color: #083B31;
}
.BgClassName
{
background-color: #083B31;
}
</style>
border-color css
<style>
span { border-color: #083B31; }
span { border-color: rgb(8,59,49); }
td.TdClassName
{
border-color: #083B31;
}
.TagClassName
{
border-color: #083B31;
}
</style>