Shades of Deep Teal #033E33
Tints of Deep Teal #033E33
RGB
CMYK
RGB Variations
Color information
#033E33 (or 0x033E33) is known color: Deep Teal. HEX triplet: 03, 3E and 33. RGB value is (3,62,51). Sum of RGB (Red+Green+Blue) = 3+62+51=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #033E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E33 is #FCC1CC. Grayscale: #2B2B2B. Windows color (decimal): -16564685 or 3358211. OLE color: 3358211.
HSL color Cylindrical-coordinate representation of color #033E33: hue angle of 168.81º 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 #033E33 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 51 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.76 |
| HSL | 168.81º | 0.91% | 0.13% | - |
| HSV(B) | 168.81º | 0.95% | 0.24% | - |
| XYZ | 2.36 | 3.7 | 3.72 | - |
| YUV | 43.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 51 | 0.95 | 0 | 0.18 | 0.76 | 168.81 | 0.91 | 0.13 |
| Hex | 3 | 3E | 33 | 5F | 0 | 12 | 4C | A9 | 5B | D |
| Octal | 3 | 76 | 63 | 137 | 0 | 22 | 114 | 251 | 133 | 15 |
| Binary | 11 | 111110 | 110011 | 1011111 | 0 | 10010 | 1001100 | 10101001 | 1011011 | 1101 |
Color Harmonies of #033E33
Complementary color
Monochromatic Colors of #033E33
Black with #033E33
Text Example
Text Example
White with #033E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E33; }
p { color: rgb(3,62,51); }
H1.HeaderClassName
{
color: #033E33;
}
.AnyTagClassName
{
color: #033E33;
}
</style>
background-color css
<style>
a { background-color: #033E33; }
a { background-color: rgb(3,62,51); }
div.DivClassName
{
background-color: #033E33;
}
.BgClassName
{
background-color: #033E33;
}
</style>
border-color css
<style>
span { border-color: #033E33; }
span { border-color: rgb(3,62,51); }
td.TdClassName
{
border-color: #033E33;
}
.TagClassName
{
border-color: #033E33;
}
</style>