Shades of Deep Sea #24785B
Tints of Deep Sea #24785B
RGB
CMYK
RGB Variations
Color information
#24785B (or 0x24785B) is known color: Deep Sea. HEX triplet: 24, 78 and 5B. RGB value is (36,120,91). Sum of RGB (Red+Green+Blue) = 36+120+91=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #24785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24785B is #DB87A4. Grayscale: #5B5B5B. Windows color (decimal): -14387109 or 5994532. OLE color: 5994532.
HSL color Cylindrical-coordinate representation of color #24785B: hue angle of 159.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24785B is Cyan = 0.7, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 120 | 91 | - |
| CMYK | 0.7 | 0 | 0.24 | 0.53 |
| HSL | 159.29º | 0.54% | 0.31% | - |
| HSV(B) | 159.29º | 0.7% | 0.47% | - |
| XYZ | 9.33 | 14.56 | 12.22 | - |
| YUV | 91.58 | 127.67 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 91 | 0.7 | 0 | 0.24 | 0.53 | 159.29 | 0.54 | 0.31 |
| Hex | 24 | 78 | 5B | 46 | 0 | 18 | 35 | 9F | 36 | 1F |
| Octal | 44 | 170 | 133 | 106 | 0 | 30 | 65 | 237 | 66 | 37 |
| Binary | 100100 | 1111000 | 1011011 | 1000110 | 0 | 11000 | 110101 | 10011111 | 110110 | 11111 |
Color Harmonies of #24785B
Complementary color
Monochromatic Colors of #24785B
Black with #24785B
Text Example
Text Example
White with #24785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24785B; }
p { color: rgb(36,120,91); }
H1.HeaderClassName
{
color: #24785B;
}
.AnyTagClassName
{
color: #24785B;
}
</style>
background-color css
<style>
a { background-color: #24785B; }
a { background-color: rgb(36,120,91); }
div.DivClassName
{
background-color: #24785B;
}
.BgClassName
{
background-color: #24785B;
}
</style>
border-color css
<style>
span { border-color: #24785B; }
span { border-color: rgb(36,120,91); }
td.TdClassName
{
border-color: #24785B;
}
.TagClassName
{
border-color: #24785B;
}
</style>