Shades of Deep Sea #24755D
Tints of Deep Sea #24755D
RGB
CMYK
RGB Variations
Color information
#24755D (or 0x24755D) is known color: Deep Sea. HEX triplet: 24, 75 and 5D. RGB value is (36,117,93). Sum of RGB (Red+Green+Blue) = 36+117+93=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #24755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24755D is #DB8AA2. Grayscale: #5A5A5A. Windows color (decimal): -14387875 or 6124836. OLE color: 6124836.
HSL color Cylindrical-coordinate representation of color #24755D: hue angle of 162.22º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24755D is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 93 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.54 |
| HSL | 162.22º | 0.53% | 0.3% | - |
| HSV(B) | 162.22º | 0.69% | 0.46% | - |
| XYZ | 9.06 | 13.89 | 12.56 | - |
| YUV | 90.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 93 | 0.69 | 0 | 0.21 | 0.54 | 162.22 | 0.53 | 0.3 |
| Hex | 24 | 75 | 5D | 45 | 0 | 15 | 36 | A2 | 35 | 1E |
| Octal | 44 | 165 | 135 | 105 | 0 | 25 | 66 | 242 | 65 | 36 |
| Binary | 100100 | 1110101 | 1011101 | 1000101 | 0 | 10101 | 110110 | 10100010 | 110101 | 11110 |
Color Harmonies of #24755D
Complementary color
Monochromatic Colors of #24755D
Black with #24755D
Text Example
Text Example
White with #24755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24755D; }
p { color: rgb(36,117,93); }
H1.HeaderClassName
{
color: #24755D;
}
.AnyTagClassName
{
color: #24755D;
}
</style>
background-color css
<style>
a { background-color: #24755D; }
a { background-color: rgb(36,117,93); }
div.DivClassName
{
background-color: #24755D;
}
.BgClassName
{
background-color: #24755D;
}
</style>
border-color css
<style>
span { border-color: #24755D; }
span { border-color: rgb(36,117,93); }
td.TdClassName
{
border-color: #24755D;
}
.TagClassName
{
border-color: #24755D;
}
</style>