Shades of Deep Teal #083D33
Tints of Deep Teal #083D33
RGB
CMYK
RGB Variations
Color information
#083D33 (or 0x083D33) is known color: Deep Teal. HEX triplet: 08, 3D and 33. RGB value is (8,61,51). Sum of RGB (Red+Green+Blue) = 8+61+51=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #083D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D33 is #F7C2CC. Grayscale: #2B2B2B. Windows color (decimal): -16237261 or 3357960. OLE color: 3357960.
HSL color Cylindrical-coordinate representation of color #083D33: hue angle of 168.68º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D33 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 61 | 51 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.76 |
| HSL | 168.68º | 0.77% | 0.14% | - |
| HSV(B) | 168.68º | 0.87% | 0.24% | - |
| XYZ | 2.37 | 3.63 | 3.71 | - |
| YUV | 44.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 51 | 0.87 | 0 | 0.16 | 0.76 | 168.68 | 0.77 | 0.14 |
| Hex | 8 | 3D | 33 | 57 | 0 | 10 | 4C | A9 | 4D | E |
| Octal | 10 | 75 | 63 | 127 | 0 | 20 | 114 | 251 | 115 | 16 |
| Binary | 1000 | 111101 | 110011 | 1010111 | 0 | 10000 | 1001100 | 10101001 | 1001101 | 1110 |
Color Harmonies of #083D33
Complementary color
Monochromatic Colors of #083D33
Black with #083D33
Text Example
Text Example
White with #083D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D33; }
p { color: rgb(8,61,51); }
H1.HeaderClassName
{
color: #083D33;
}
.AnyTagClassName
{
color: #083D33;
}
</style>
background-color css
<style>
a { background-color: #083D33; }
a { background-color: rgb(8,61,51); }
div.DivClassName
{
background-color: #083D33;
}
.BgClassName
{
background-color: #083D33;
}
</style>
border-color css
<style>
span { border-color: #083D33; }
span { border-color: rgb(8,61,51); }
td.TdClassName
{
border-color: #083D33;
}
.TagClassName
{
border-color: #083D33;
}
</style>