Shades of Deep Teal #083C34
Tints of Deep Teal #083C34
RGB
CMYK
RGB Variations
Color information
#083C34 (or 0x083C34) is known color: Deep Teal. HEX triplet: 08, 3C and 34. RGB value is (8,60,52). Sum of RGB (Red+Green+Blue) = 8+60+52=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #083C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C34 is #F7C3CB. Grayscale: #2B2B2B. Windows color (decimal): -16237516 or 3423240. OLE color: 3423240.
HSL color Cylindrical-coordinate representation of color #083C34: hue angle of 170.77º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C34 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 52 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.76 |
| HSL | 170.77º | 0.76% | 0.13% | - |
| HSV(B) | 170.77º | 0.87% | 0.24% | - |
| XYZ | 2.34 | 3.53 | 3.81 | - |
| YUV | 43.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 52 | 0.87 | 0 | 0.13 | 0.76 | 170.77 | 0.76 | 0.13 |
| Hex | 8 | 3C | 34 | 57 | 0 | D | 4C | AB | 4C | D |
| Octal | 10 | 74 | 64 | 127 | 0 | 15 | 114 | 253 | 114 | 15 |
| Binary | 1000 | 111100 | 110100 | 1010111 | 0 | 1101 | 1001100 | 10101011 | 1001100 | 1101 |
Color Harmonies of #083C34
Complementary color
Monochromatic Colors of #083C34
Black with #083C34
Text Example
Text Example
White with #083C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C34; }
p { color: rgb(8,60,52); }
H1.HeaderClassName
{
color: #083C34;
}
.AnyTagClassName
{
color: #083C34;
}
</style>
background-color css
<style>
a { background-color: #083C34; }
a { background-color: rgb(8,60,52); }
div.DivClassName
{
background-color: #083C34;
}
.BgClassName
{
background-color: #083C34;
}
</style>
border-color css
<style>
span { border-color: #083C34; }
span { border-color: rgb(8,60,52); }
td.TdClassName
{
border-color: #083C34;
}
.TagClassName
{
border-color: #083C34;
}
</style>