Shades of Deep Teal #033C34
Tints of Deep Teal #033C34
RGB
CMYK
RGB Variations
Color information
#033C34 (or 0x033C34) is known color: Deep Teal. HEX triplet: 03, 3C and 34. RGB value is (3,60,52). Sum of RGB (Red+Green+Blue) = 3+60+52=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #033C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C34 is #FCC3CB. Grayscale: #2A2A2A. Windows color (decimal): -16565196 or 3423235. OLE color: 3423235.
HSL color Cylindrical-coordinate representation of color #033C34: hue angle of 171.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C34 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 52 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.76 |
| HSL | 171.58º | 0.9% | 0.12% | - |
| HSV(B) | 171.58º | 0.95% | 0.24% | - |
| XYZ | 2.27 | 3.5 | 3.8 | - |
| YUV | 42.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 52 | 0.95 | 0 | 0.13 | 0.76 | 171.58 | 0.9 | 0.12 |
| Hex | 3 | 3C | 34 | 5F | 0 | D | 4C | AC | 5A | C |
| Octal | 3 | 74 | 64 | 137 | 0 | 15 | 114 | 254 | 132 | 14 |
| Binary | 11 | 111100 | 110100 | 1011111 | 0 | 1101 | 1001100 | 10101100 | 1011010 | 1100 |
Color Harmonies of #033C34
Complementary color
Monochromatic Colors of #033C34
Black with #033C34
Text Example
Text Example
White with #033C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C34; }
p { color: rgb(3,60,52); }
H1.HeaderClassName
{
color: #033C34;
}
.AnyTagClassName
{
color: #033C34;
}
</style>
background-color css
<style>
a { background-color: #033C34; }
a { background-color: rgb(3,60,52); }
div.DivClassName
{
background-color: #033C34;
}
.BgClassName
{
background-color: #033C34;
}
</style>
border-color css
<style>
span { border-color: #033C34; }
span { border-color: rgb(3,60,52); }
td.TdClassName
{
border-color: #033C34;
}
.TagClassName
{
border-color: #033C34;
}
</style>