Shades of Deep Sea #187F66
Tints of Deep Sea #187F66
RGB
CMYK
RGB Variations
Color information
#187F66 (or 0x187F66) is known color: Deep Sea. HEX triplet: 18, 7F and 66. RGB value is (24,127,102). Sum of RGB (Red+Green+Blue) = 24+127+102=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #187F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F66 is #E78099. Grayscale: #5D5D5D. Windows color (decimal): -15171738 or 6717208. OLE color: 6717208.
HSL color Cylindrical-coordinate representation of color #187F66: hue angle of 165.44º 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 #187F66 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 127 | 102 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.50 |
| HSL | 165.44º | 0.68% | 0.3% | - |
| HSV(B) | 165.44º | 0.81% | 0.5% | - |
| XYZ | 10.36 | 16.33 | 15.18 | - |
| YUV | 93.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 102 | 0.81 | 0 | 0.20 | 0.50 | 165.44 | 0.68 | 0.3 |
| Hex | 18 | 7F | 66 | 51 | 0 | 14 | 32 | A5 | 44 | 1E |
| Octal | 30 | 177 | 146 | 121 | 0 | 24 | 62 | 245 | 104 | 36 |
| Binary | 11000 | 1111111 | 1100110 | 1010001 | 0 | 10100 | 110010 | 10100101 | 1000100 | 11110 |
Color Harmonies of #187F66
Complementary color
Monochromatic Colors of #187F66
Black with #187F66
Text Example
Text Example
White with #187F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187F66; }
p { color: rgb(24,127,102); }
H1.HeaderClassName
{
color: #187F66;
}
.AnyTagClassName
{
color: #187F66;
}
</style>
background-color css
<style>
a { background-color: #187F66; }
a { background-color: rgb(24,127,102); }
div.DivClassName
{
background-color: #187F66;
}
.BgClassName
{
background-color: #187F66;
}
</style>
border-color css
<style>
span { border-color: #187F66; }
span { border-color: rgb(24,127,102); }
td.TdClassName
{
border-color: #187F66;
}
.TagClassName
{
border-color: #187F66;
}
</style>