Shades of Deep Sea #24745C
Tints of Deep Sea #24745C
RGB
CMYK
RGB Variations
Color information
#24745C (or 0x24745C) is known color: Deep Sea. HEX triplet: 24, 74 and 5C. RGB value is (36,116,92). Sum of RGB (Red+Green+Blue) = 36+116+92=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #24745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24745C is #DB8BA3. Grayscale: #595959. Windows color (decimal): -14388132 or 6059044. OLE color: 6059044.
HSL color Cylindrical-coordinate representation of color #24745C: hue angle of 162º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24745C is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 116 | 92 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.55 |
| HSL | 162º | 0.53% | 0.3% | - |
| HSV(B) | 162º | 0.69% | 0.45% | - |
| XYZ | 8.9 | 13.64 | 12.29 | - |
| YUV | 89.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 92 | 0.69 | 0 | 0.21 | 0.55 | 162 | 0.53 | 0.3 |
| Hex | 24 | 74 | 5C | 45 | 0 | 15 | 37 | A2 | 35 | 1E |
| Octal | 44 | 164 | 134 | 105 | 0 | 25 | 67 | 242 | 65 | 36 |
| Binary | 100100 | 1110100 | 1011100 | 1000101 | 0 | 10101 | 110111 | 10100010 | 110101 | 11110 |
Color Harmonies of #24745C
Complementary color
Monochromatic Colors of #24745C
Black with #24745C
Text Example
Text Example
White with #24745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24745C; }
p { color: rgb(36,116,92); }
H1.HeaderClassName
{
color: #24745C;
}
.AnyTagClassName
{
color: #24745C;
}
</style>
background-color css
<style>
a { background-color: #24745C; }
a { background-color: rgb(36,116,92); }
div.DivClassName
{
background-color: #24745C;
}
.BgClassName
{
background-color: #24745C;
}
</style>
border-color css
<style>
span { border-color: #24745C; }
span { border-color: rgb(36,116,92); }
td.TdClassName
{
border-color: #24745C;
}
.TagClassName
{
border-color: #24745C;
}
</style>