Shades of Deep Sea #24815E
Tints of Deep Sea #24815E
RGB
CMYK
RGB Variations
Color information
#24815E (or 0x24815E) is known color: Deep Sea. HEX triplet: 24, 81 and 5E. RGB value is (36,129,94). Sum of RGB (Red+Green+Blue) = 36+129+94=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #24815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24815E is #DB7EA1. Grayscale: #616161. Windows color (decimal): -14384802 or 6193444. OLE color: 6193444.
HSL color Cylindrical-coordinate representation of color #24815E: hue angle of 157.42º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24815E is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 94 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.49 |
| HSL | 157.42º | 0.56% | 0.32% | - |
| HSV(B) | 157.42º | 0.72% | 0.51% | - |
| XYZ | 10.6 | 16.88 | 13.29 | - |
| YUV | 97.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 94 | 0.72 | 0 | 0.27 | 0.49 | 157.42 | 0.56 | 0.32 |
| Hex | 24 | 81 | 5E | 48 | 0 | 1B | 31 | 9D | 38 | 20 |
| Octal | 44 | 201 | 136 | 110 | 0 | 33 | 61 | 235 | 70 | 40 |
| Binary | 100100 | 10000001 | 1011110 | 1001000 | 0 | 11011 | 110001 | 10011101 | 111000 | 100000 |
Color Harmonies of #24815E
Complementary color
Monochromatic Colors of #24815E
Black with #24815E
Text Example
Text Example
White with #24815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24815E; }
p { color: rgb(36,129,94); }
H1.HeaderClassName
{
color: #24815E;
}
.AnyTagClassName
{
color: #24815E;
}
</style>
background-color css
<style>
a { background-color: #24815E; }
a { background-color: rgb(36,129,94); }
div.DivClassName
{
background-color: #24815E;
}
.BgClassName
{
background-color: #24815E;
}
</style>
border-color css
<style>
span { border-color: #24815E; }
span { border-color: rgb(36,129,94); }
td.TdClassName
{
border-color: #24815E;
}
.TagClassName
{
border-color: #24815E;
}
</style>