Shades of Deep Sea #187F5F
Tints of Deep Sea #187F5F
RGB
CMYK
RGB Variations
Color information
#187F5F (or 0x187F5F) is known color: Deep Sea. HEX triplet: 18, 7F and 5F. RGB value is (24,127,95). Sum of RGB (Red+Green+Blue) = 24+127+95=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #187F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F5F is #E780A0. Grayscale: #5C5C5C. Windows color (decimal): -15171745 or 6258456. OLE color: 6258456.
HSL color Cylindrical-coordinate representation of color #187F5F: hue angle of 161.36º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187F5F is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 127 | 95 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.50 |
| HSL | 161.36º | 0.68% | 0.3% | - |
| HSV(B) | 161.36º | 0.81% | 0.5% | - |
| XYZ | 10.03 | 16.2 | 13.42 | - |
| YUV | 92.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 95 | 0.81 | 0 | 0.25 | 0.50 | 161.36 | 0.68 | 0.3 |
| Hex | 18 | 7F | 5F | 51 | 0 | 19 | 32 | A1 | 44 | 1E |
| Octal | 30 | 177 | 137 | 121 | 0 | 31 | 62 | 241 | 104 | 36 |
| Binary | 11000 | 1111111 | 1011111 | 1010001 | 0 | 11001 | 110010 | 10100001 | 1000100 | 11110 |
Color Harmonies of #187F5F
Complementary color
Monochromatic Colors of #187F5F
Black with #187F5F
Text Example
Text Example
White with #187F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187F5F; }
p { color: rgb(24,127,95); }
H1.HeaderClassName
{
color: #187F5F;
}
.AnyTagClassName
{
color: #187F5F;
}
</style>
background-color css
<style>
a { background-color: #187F5F; }
a { background-color: rgb(24,127,95); }
div.DivClassName
{
background-color: #187F5F;
}
.BgClassName
{
background-color: #187F5F;
}
</style>
border-color css
<style>
span { border-color: #187F5F; }
span { border-color: rgb(24,127,95); }
td.TdClassName
{
border-color: #187F5F;
}
.TagClassName
{
border-color: #187F5F;
}
</style>