Shades of Deep Sea #187860
Tints of Deep Sea #187860
RGB
CMYK
RGB Variations
Color information
#187860 (or 0x187860) is known color: Deep Sea. HEX triplet: 18, 78 and 60. RGB value is (24,120,96). Sum of RGB (Red+Green+Blue) = 24+120+96=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #187860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187860 is #E7879F. Grayscale: #585858. Windows color (decimal): -15173536 or 6322200. OLE color: 6322200.
HSL color Cylindrical-coordinate representation of color #187860: hue angle of 165º 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 #187860 is Cyan = 0.8, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 96 | - |
| CMYK | 0.8 | 0 | 0.2 | 0.53 |
| HSL | 165º | 0.67% | 0.28% | - |
| HSV(B) | 165º | 0.8% | 0.47% | - |
| XYZ | 9.2 | 14.47 | 13.37 | - |
| YUV | 88.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 96 | 0.8 | 0 | 0.2 | 0.53 | 165 | 0.67 | 0.28 |
| Hex | 18 | 78 | 60 | 50 | 0 | 14 | 35 | A5 | 43 | 1C |
| Octal | 30 | 170 | 140 | 120 | 0 | 24 | 65 | 245 | 103 | 34 |
| Binary | 11000 | 1111000 | 1100000 | 1010000 | 0 | 10100 | 110101 | 10100101 | 1000011 | 11100 |
Color Harmonies of #187860
Complementary color
Monochromatic Colors of #187860
Black with #187860
Text Example
Text Example
White with #187860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187860; }
p { color: rgb(24,120,96); }
H1.HeaderClassName
{
color: #187860;
}
.AnyTagClassName
{
color: #187860;
}
</style>
background-color css
<style>
a { background-color: #187860; }
a { background-color: rgb(24,120,96); }
div.DivClassName
{
background-color: #187860;
}
.BgClassName
{
background-color: #187860;
}
</style>
border-color css
<style>
span { border-color: #187860; }
span { border-color: rgb(24,120,96); }
td.TdClassName
{
border-color: #187860;
}
.TagClassName
{
border-color: #187860;
}
</style>