Shades of Deep Sea #187964
Tints of Deep Sea #187964
RGB
CMYK
RGB Variations
Color information
#187964 (or 0x187964) is known color: Deep Sea. HEX triplet: 18, 79 and 64. RGB value is (24,121,100). Sum of RGB (Red+Green+Blue) = 24+121+100=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #187964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187964 is #E7869B. Grayscale: #595959. Windows color (decimal): -15173276 or 6584600. OLE color: 6584600.
HSL color Cylindrical-coordinate representation of color #187964: hue angle of 167.01º 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 #187964 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 100 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.53 |
| HSL | 167.01º | 0.67% | 0.28% | - |
| HSV(B) | 167.01º | 0.8% | 0.47% | - |
| XYZ | 9.51 | 14.79 | 14.41 | - |
| YUV | 89.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 100 | 0.80 | 0 | 0.17 | 0.53 | 167.01 | 0.67 | 0.28 |
| Hex | 18 | 79 | 64 | 50 | 0 | 11 | 35 | A7 | 43 | 1C |
| Octal | 30 | 171 | 144 | 120 | 0 | 21 | 65 | 247 | 103 | 34 |
| Binary | 11000 | 1111001 | 1100100 | 1010000 | 0 | 10001 | 110101 | 10100111 | 1000011 | 11100 |
Color Harmonies of #187964
Complementary color
Monochromatic Colors of #187964
Black with #187964
Text Example
Text Example
White with #187964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187964; }
p { color: rgb(24,121,100); }
H1.HeaderClassName
{
color: #187964;
}
.AnyTagClassName
{
color: #187964;
}
</style>
background-color css
<style>
a { background-color: #187964; }
a { background-color: rgb(24,121,100); }
div.DivClassName
{
background-color: #187964;
}
.BgClassName
{
background-color: #187964;
}
</style>
border-color css
<style>
span { border-color: #187964; }
span { border-color: rgb(24,121,100); }
td.TdClassName
{
border-color: #187964;
}
.TagClassName
{
border-color: #187964;
}
</style>