Shades of Deep Teal #233D39
Tints of Deep Teal #233D39
RGB
CMYK
RGB Variations
Color information
#233D39 (or 0x233D39) is known color: Deep Teal. HEX triplet: 23, 3D and 39. RGB value is (35,61,57). Sum of RGB (Red+Green+Blue) = 35+61+57=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #233D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D39 is #DCC2C6. Grayscale: #343434. Windows color (decimal): -14467783 or 3751203. OLE color: 3751203.
HSL color Cylindrical-coordinate representation of color #233D39: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233D39 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 57 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.76 |
| HSL | 170.77º | 0.27% | 0.19% | - |
| HSV(B) | 170.77º | 0.43% | 0.24% | - |
| XYZ | 3.1 | 3.99 | 4.48 | - |
| YUV | 52.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 57 | 0.43 | 0 | 0.07 | 0.76 | 170.77 | 0.27 | 0.19 |
| Hex | 23 | 3D | 39 | 2B | 0 | 7 | 4C | AB | 1B | 13 |
| Octal | 43 | 75 | 71 | 53 | 0 | 7 | 114 | 253 | 33 | 23 |
| Binary | 100011 | 111101 | 111001 | 101011 | 0 | 111 | 1001100 | 10101011 | 11011 | 10011 |
Color Harmonies of #233D39
Complementary color
Monochromatic Colors of #233D39
Black with #233D39
Text Example
Text Example
White with #233D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D39; }
p { color: rgb(35,61,57); }
H1.HeaderClassName
{
color: #233D39;
}
.AnyTagClassName
{
color: #233D39;
}
</style>
background-color css
<style>
a { background-color: #233D39; }
a { background-color: rgb(35,61,57); }
div.DivClassName
{
background-color: #233D39;
}
.BgClassName
{
background-color: #233D39;
}
</style>
border-color css
<style>
span { border-color: #233D39; }
span { border-color: rgb(35,61,57); }
td.TdClassName
{
border-color: #233D39;
}
.TagClassName
{
border-color: #233D39;
}
</style>