Shades of Deep Sea #188560
Tints of Deep Sea #188560
RGB
CMYK
RGB Variations
Color information
#188560 (or 0x188560) is known color: Deep Sea. HEX triplet: 18, 85 and 60. RGB value is (24,133,96). Sum of RGB (Red+Green+Blue) = 24+133+96=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #188560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188560 is #E77A9F. Grayscale: #606060. Windows color (decimal): -15170208 or 6325528. OLE color: 6325528.
HSL color Cylindrical-coordinate representation of color #188560: hue angle of 159.63º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188560 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 96 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.48 |
| HSL | 159.63º | 0.69% | 0.31% | - |
| HSV(B) | 159.63º | 0.82% | 0.52% | - |
| XYZ | 10.88 | 17.81 | 13.93 | - |
| YUV | 96.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 96 | 0.82 | 0 | 0.28 | 0.48 | 159.63 | 0.69 | 0.31 |
| Hex | 18 | 85 | 60 | 52 | 0 | 1C | 30 | A0 | 45 | 1F |
| Octal | 30 | 205 | 140 | 122 | 0 | 34 | 60 | 240 | 105 | 37 |
| Binary | 11000 | 10000101 | 1100000 | 1010010 | 0 | 11100 | 110000 | 10100000 | 1000101 | 11111 |
Color Harmonies of #188560
Complementary color
Monochromatic Colors of #188560
Black with #188560
Text Example
Text Example
White with #188560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188560; }
p { color: rgb(24,133,96); }
H1.HeaderClassName
{
color: #188560;
}
.AnyTagClassName
{
color: #188560;
}
</style>
background-color css
<style>
a { background-color: #188560; }
a { background-color: rgb(24,133,96); }
div.DivClassName
{
background-color: #188560;
}
.BgClassName
{
background-color: #188560;
}
</style>
border-color css
<style>
span { border-color: #188560; }
span { border-color: rgb(24,133,96); }
td.TdClassName
{
border-color: #188560;
}
.TagClassName
{
border-color: #188560;
}
</style>