Shades of Deep Teal #033D34
Tints of Deep Teal #033D34
RGB
CMYK
RGB Variations
Color information
#033D34 (or 0x033D34) is known color: Deep Teal. HEX triplet: 03, 3D and 34. RGB value is (3,61,52). Sum of RGB (Red+Green+Blue) = 3+61+52=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #033D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D34 is #FCC2CB. Grayscale: #2A2A2A. Windows color (decimal): -16564940 or 3423491. OLE color: 3423491.
HSL color Cylindrical-coordinate representation of color #033D34: hue angle of 170.69º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D34 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 52 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.76 |
| HSL | 170.69º | 0.91% | 0.13% | - |
| HSV(B) | 170.69º | 0.95% | 0.24% | - |
| XYZ | 2.33 | 3.6 | 3.82 | - |
| YUV | 42.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 52 | 0.95 | 0 | 0.15 | 0.76 | 170.69 | 0.91 | 0.13 |
| Hex | 3 | 3D | 34 | 5F | 0 | F | 4C | AB | 5B | D |
| Octal | 3 | 75 | 64 | 137 | 0 | 17 | 114 | 253 | 133 | 15 |
| Binary | 11 | 111101 | 110100 | 1011111 | 0 | 1111 | 1001100 | 10101011 | 1011011 | 1101 |
Color Harmonies of #033D34
Complementary color
Monochromatic Colors of #033D34
Black with #033D34
Text Example
Text Example
White with #033D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D34; }
p { color: rgb(3,61,52); }
H1.HeaderClassName
{
color: #033D34;
}
.AnyTagClassName
{
color: #033D34;
}
</style>
background-color css
<style>
a { background-color: #033D34; }
a { background-color: rgb(3,61,52); }
div.DivClassName
{
background-color: #033D34;
}
.BgClassName
{
background-color: #033D34;
}
</style>
border-color css
<style>
span { border-color: #033D34; }
span { border-color: rgb(3,61,52); }
td.TdClassName
{
border-color: #033D34;
}
.TagClassName
{
border-color: #033D34;
}
</style>