Shades of Deep Teal #233E37
Tints of Deep Teal #233E37
RGB
CMYK
RGB Variations
Color information
#233E37 (or 0x233E37) is known color: Deep Teal. HEX triplet: 23, 3E and 37. RGB value is (35,62,55). Sum of RGB (Red+Green+Blue) = 35+62+55=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #233E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E37 is #DCC1C8. Grayscale: #353535. Windows color (decimal): -14467529 or 3620387. OLE color: 3620387.
HSL color Cylindrical-coordinate representation of color #233E37: hue angle of 164.44º 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 #233E37 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 55 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.76 |
| HSL | 164.44º | 0.28% | 0.19% | - |
| HSV(B) | 164.44º | 0.44% | 0.24% | - |
| XYZ | 3.11 | 4.08 | 4.24 | - |
| YUV | 53.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 55 | 0.44 | 0 | 0.11 | 0.76 | 164.44 | 0.28 | 0.19 |
| Hex | 23 | 3E | 37 | 2C | 0 | B | 4C | A4 | 1C | 13 |
| Octal | 43 | 76 | 67 | 54 | 0 | 13 | 114 | 244 | 34 | 23 |
| Binary | 100011 | 111110 | 110111 | 101100 | 0 | 1011 | 1001100 | 10100100 | 11100 | 10011 |
Color Harmonies of #233E37
Complementary color
Monochromatic Colors of #233E37
Black with #233E37
Text Example
Text Example
White with #233E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E37; }
p { color: rgb(35,62,55); }
H1.HeaderClassName
{
color: #233E37;
}
.AnyTagClassName
{
color: #233E37;
}
</style>
background-color css
<style>
a { background-color: #233E37; }
a { background-color: rgb(35,62,55); }
div.DivClassName
{
background-color: #233E37;
}
.BgClassName
{
background-color: #233E37;
}
</style>
border-color css
<style>
span { border-color: #233E37; }
span { border-color: rgb(35,62,55); }
td.TdClassName
{
border-color: #233E37;
}
.TagClassName
{
border-color: #233E37;
}
</style>