Shades of Deep Sea #18785F
Tints of Deep Sea #18785F
RGB
CMYK
RGB Variations
Color information
#18785F (or 0x18785F) is known color: Deep Sea. HEX triplet: 18, 78 and 5F. RGB value is (24,120,95). Sum of RGB (Red+Green+Blue) = 24+120+95=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #18785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18785F is #E787A0. Grayscale: #585858. Windows color (decimal): -15173537 or 6256664. OLE color: 6256664.
HSL color Cylindrical-coordinate representation of color #18785F: hue angle of 164.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18785F is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 95 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.53 |
| HSL | 164.38º | 0.67% | 0.28% | - |
| HSV(B) | 164.38º | 0.8% | 0.47% | - |
| XYZ | 9.16 | 14.45 | 13.13 | - |
| YUV | 88.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 95 | 0.8 | 0 | 0.21 | 0.53 | 164.38 | 0.67 | 0.28 |
| Hex | 18 | 78 | 5F | 50 | 0 | 15 | 35 | A4 | 43 | 1C |
| Octal | 30 | 170 | 137 | 120 | 0 | 25 | 65 | 244 | 103 | 34 |
| Binary | 11000 | 1111000 | 1011111 | 1010000 | 0 | 10101 | 110101 | 10100100 | 1000011 | 11100 |
Color Harmonies of #18785F
Complementary color
Monochromatic Colors of #18785F
Black with #18785F
Text Example
Text Example
White with #18785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18785F; }
p { color: rgb(24,120,95); }
H1.HeaderClassName
{
color: #18785F;
}
.AnyTagClassName
{
color: #18785F;
}
</style>
background-color css
<style>
a { background-color: #18785F; }
a { background-color: rgb(24,120,95); }
div.DivClassName
{
background-color: #18785F;
}
.BgClassName
{
background-color: #18785F;
}
</style>
border-color css
<style>
span { border-color: #18785F; }
span { border-color: rgb(24,120,95); }
td.TdClassName
{
border-color: #18785F;
}
.TagClassName
{
border-color: #18785F;
}
</style>