Shades of Deep Teal #023E33
Tints of Deep Teal #023E33
RGB
CMYK
RGB Variations
Color information
#023E33 (or 0x023E33) is known color: Deep Teal. HEX triplet: 02, 3E and 33. RGB value is (2,62,51). Sum of RGB (Red+Green+Blue) = 2+62+51=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #023E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E33 is #FDC1CC. Grayscale: #2A2A2A. Windows color (decimal): -16630221 or 3358210. OLE color: 3358210.
HSL color Cylindrical-coordinate representation of color #023E33: hue angle of 169º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E33 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 62 | 51 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.76 |
| HSL | 169º | 0.94% | 0.13% | - |
| HSV(B) | 169º | 0.97% | 0.24% | - |
| XYZ | 2.35 | 3.7 | 3.72 | - |
| YUV | 42.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 51 | 0.97 | 0 | 0.18 | 0.76 | 169 | 0.94 | 0.13 |
| Hex | 2 | 3E | 33 | 61 | 0 | 12 | 4C | A9 | 5E | D |
| Octal | 2 | 76 | 63 | 141 | 0 | 22 | 114 | 251 | 136 | 15 |
| Binary | 10 | 111110 | 110011 | 1100001 | 0 | 10010 | 1001100 | 10101001 | 1011110 | 1101 |
Color Harmonies of #023E33
Complementary color
Monochromatic Colors of #023E33
Black with #023E33
Text Example
Text Example
White with #023E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E33; }
p { color: rgb(2,62,51); }
H1.HeaderClassName
{
color: #023E33;
}
.AnyTagClassName
{
color: #023E33;
}
</style>
background-color css
<style>
a { background-color: #023E33; }
a { background-color: rgb(2,62,51); }
div.DivClassName
{
background-color: #023E33;
}
.BgClassName
{
background-color: #023E33;
}
</style>
border-color css
<style>
span { border-color: #023E33; }
span { border-color: rgb(2,62,51); }
td.TdClassName
{
border-color: #023E33;
}
.TagClassName
{
border-color: #023E33;
}
</style>