Shades of Deep Sea #187365
Tints of Deep Sea #187365
RGB
CMYK
RGB Variations
Color information
#187365 (or 0x187365) is known color: Deep Sea. HEX triplet: 18, 73 and 65. RGB value is (24,115,101). Sum of RGB (Red+Green+Blue) = 24+115+101=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #187365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187365 is #E78C9A. Grayscale: #565656. Windows color (decimal): -15174811 or 6648600. OLE color: 6648600.
HSL color Cylindrical-coordinate representation of color #187365: hue angle of 170.77º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187365 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 115 | 101 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.55 |
| HSL | 170.77º | 0.65% | 0.27% | - |
| HSV(B) | 170.77º | 0.79% | 0.45% | - |
| XYZ | 8.86 | 13.4 | 14.43 | - |
| YUV | 86.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 101 | 0.79 | 0 | 0.12 | 0.55 | 170.77 | 0.65 | 0.27 |
| Hex | 18 | 73 | 65 | 4F | 0 | C | 37 | AB | 41 | 1B |
| Octal | 30 | 163 | 145 | 117 | 0 | 14 | 67 | 253 | 101 | 33 |
| Binary | 11000 | 1110011 | 1100101 | 1001111 | 0 | 1100 | 110111 | 10101011 | 1000001 | 11011 |
Color Harmonies of #187365
Complementary color
Monochromatic Colors of #187365
Black with #187365
Text Example
Text Example
White with #187365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187365; }
p { color: rgb(24,115,101); }
H1.HeaderClassName
{
color: #187365;
}
.AnyTagClassName
{
color: #187365;
}
</style>
background-color css
<style>
a { background-color: #187365; }
a { background-color: rgb(24,115,101); }
div.DivClassName
{
background-color: #187365;
}
.BgClassName
{
background-color: #187365;
}
</style>
border-color css
<style>
span { border-color: #187365; }
span { border-color: rgb(24,115,101); }
td.TdClassName
{
border-color: #187365;
}
.TagClassName
{
border-color: #187365;
}
</style>