Shades of Deep Teal #233E3C
Tints of Deep Teal #233E3C
RGB
CMYK
RGB Variations
Color information
#233E3C (or 0x233E3C) is known color: Deep Teal. HEX triplet: 23, 3E and 3C. RGB value is (35,62,60). Sum of RGB (Red+Green+Blue) = 35+62+60=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #233E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E3C is #DCC1C3. Grayscale: #353535. Windows color (decimal): -14467524 or 3948067. OLE color: 3948067.
HSL color Cylindrical-coordinate representation of color #233E3C: hue angle of 175.56º 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 #233E3C is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 60 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.76 |
| HSL | 175.56º | 0.28% | 0.19% | - |
| HSV(B) | 175.56º | 0.44% | 0.24% | - |
| XYZ | 3.23 | 4.13 | 4.9 | - |
| YUV | 53.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 60 | 0.44 | 0 | 0.03 | 0.76 | 175.56 | 0.28 | 0.19 |
| Hex | 23 | 3E | 3C | 2C | 0 | 3 | 4C | B0 | 1C | 13 |
| Octal | 43 | 76 | 74 | 54 | 0 | 3 | 114 | 260 | 34 | 23 |
| Binary | 100011 | 111110 | 111100 | 101100 | 0 | 11 | 1001100 | 10110000 | 11100 | 10011 |
Color Harmonies of #233E3C
Complementary color
Monochromatic Colors of #233E3C
Black with #233E3C
Text Example
Text Example
White with #233E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E3C; }
p { color: rgb(35,62,60); }
H1.HeaderClassName
{
color: #233E3C;
}
.AnyTagClassName
{
color: #233E3C;
}
</style>
background-color css
<style>
a { background-color: #233E3C; }
a { background-color: rgb(35,62,60); }
div.DivClassName
{
background-color: #233E3C;
}
.BgClassName
{
background-color: #233E3C;
}
</style>
border-color css
<style>
span { border-color: #233E3C; }
span { border-color: rgb(35,62,60); }
td.TdClassName
{
border-color: #233E3C;
}
.TagClassName
{
border-color: #233E3C;
}
</style>