Shades of Deep Teal #243E39
Tints of Deep Teal #243E39
RGB
CMYK
RGB Variations
Color information
#243E39 (or 0x243E39) is known color: Deep Teal. HEX triplet: 24, 3E and 39. RGB value is (36,62,57). Sum of RGB (Red+Green+Blue) = 36+62+57=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #243E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243E39 is #DBC1C6. Grayscale: #353535. Windows color (decimal): -14401991 or 3751460. OLE color: 3751460.
HSL color Cylindrical-coordinate representation of color #243E39: hue angle of 168.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #243E39 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 62 | 57 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.76 |
| HSL | 168.46º | 0.27% | 0.19% | - |
| HSV(B) | 168.46º | 0.42% | 0.24% | - |
| XYZ | 3.19 | 4.12 | 4.5 | - |
| YUV | 53.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 57 | 0.42 | 0 | 0.08 | 0.76 | 168.46 | 0.27 | 0.19 |
| Hex | 24 | 3E | 39 | 2A | 0 | 8 | 4C | A8 | 1B | 13 |
| Octal | 44 | 76 | 71 | 52 | 0 | 10 | 114 | 250 | 33 | 23 |
| Binary | 100100 | 111110 | 111001 | 101010 | 0 | 1000 | 1001100 | 10101000 | 11011 | 10011 |
Color Harmonies of #243E39
Complementary color
Monochromatic Colors of #243E39
Black with #243E39
Text Example
Text Example
White with #243E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243E39; }
p { color: rgb(36,62,57); }
H1.HeaderClassName
{
color: #243E39;
}
.AnyTagClassName
{
color: #243E39;
}
</style>
background-color css
<style>
a { background-color: #243E39; }
a { background-color: rgb(36,62,57); }
div.DivClassName
{
background-color: #243E39;
}
.BgClassName
{
background-color: #243E39;
}
</style>
border-color css
<style>
span { border-color: #243E39; }
span { border-color: rgb(36,62,57); }
td.TdClassName
{
border-color: #243E39;
}
.TagClassName
{
border-color: #243E39;
}
</style>