Shades of Deep Sea #188564
Tints of Deep Sea #188564
RGB
CMYK
RGB Variations
Color information
#188564 (or 0x188564) is known color: Deep Sea. HEX triplet: 18, 85 and 64. RGB value is (24,133,100). Sum of RGB (Red+Green+Blue) = 24+133+100=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #188564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188564 is #E77A9B. Grayscale: #606060. Windows color (decimal): -15170204 or 6587672. OLE color: 6587672.
HSL color Cylindrical-coordinate representation of color #188564: hue angle of 161.83º 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 #188564 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 100 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.48 |
| HSL | 161.83º | 0.69% | 0.31% | - |
| HSV(B) | 161.83º | 0.82% | 0.52% | - |
| XYZ | 11.06 | 17.89 | 14.93 | - |
| YUV | 96.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 100 | 0.82 | 0 | 0.25 | 0.48 | 161.83 | 0.69 | 0.31 |
| Hex | 18 | 85 | 64 | 52 | 0 | 19 | 30 | A2 | 45 | 1F |
| Octal | 30 | 205 | 144 | 122 | 0 | 31 | 60 | 242 | 105 | 37 |
| Binary | 11000 | 10000101 | 1100100 | 1010010 | 0 | 11001 | 110000 | 10100010 | 1000101 | 11111 |
Color Harmonies of #188564
Complementary color
Monochromatic Colors of #188564
Black with #188564
Text Example
Text Example
White with #188564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188564; }
p { color: rgb(24,133,100); }
H1.HeaderClassName
{
color: #188564;
}
.AnyTagClassName
{
color: #188564;
}
</style>
background-color css
<style>
a { background-color: #188564; }
a { background-color: rgb(24,133,100); }
div.DivClassName
{
background-color: #188564;
}
.BgClassName
{
background-color: #188564;
}
</style>
border-color css
<style>
span { border-color: #188564; }
span { border-color: rgb(24,133,100); }
td.TdClassName
{
border-color: #188564;
}
.TagClassName
{
border-color: #188564;
}
</style>