Shades of Deep Teal #233E3B
Tints of Deep Teal #233E3B
RGB
CMYK
RGB Variations
Color information
#233E3B (or 0x233E3B) is known color: Deep Teal. HEX triplet: 23, 3E and 3B. RGB value is (35,62,59). Sum of RGB (Red+Green+Blue) = 35+62+59=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #233E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E3B is #DCC1C4. Grayscale: #353535. Windows color (decimal): -14467525 or 3882531. OLE color: 3882531.
HSL color Cylindrical-coordinate representation of color #233E3B: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E3B is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 59 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.76 |
| HSL | 173.33º | 0.28% | 0.19% | - |
| HSV(B) | 173.33º | 0.44% | 0.24% | - |
| XYZ | 3.21 | 4.12 | 4.76 | - |
| YUV | 53.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 59 | 0.44 | 0 | 0.05 | 0.76 | 173.33 | 0.28 | 0.19 |
| Hex | 23 | 3E | 3B | 2C | 0 | 5 | 4C | AD | 1C | 13 |
| Octal | 43 | 76 | 73 | 54 | 0 | 5 | 114 | 255 | 34 | 23 |
| Binary | 100011 | 111110 | 111011 | 101100 | 0 | 101 | 1001100 | 10101101 | 11100 | 10011 |
Color Harmonies of #233E3B
Complementary color
Monochromatic Colors of #233E3B
Black with #233E3B
Text Example
Text Example
White with #233E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E3B; }
p { color: rgb(35,62,59); }
H1.HeaderClassName
{
color: #233E3B;
}
.AnyTagClassName
{
color: #233E3B;
}
</style>
background-color css
<style>
a { background-color: #233E3B; }
a { background-color: rgb(35,62,59); }
div.DivClassName
{
background-color: #233E3B;
}
.BgClassName
{
background-color: #233E3B;
}
</style>
border-color css
<style>
span { border-color: #233E3B; }
span { border-color: rgb(35,62,59); }
td.TdClassName
{
border-color: #233E3B;
}
.TagClassName
{
border-color: #233E3B;
}
</style>