Shades of Deep Sea #187D66
Tints of Deep Sea #187D66
RGB
CMYK
RGB Variations
Color information
#187D66 (or 0x187D66) is known color: Deep Sea. HEX triplet: 18, 7D and 66. RGB value is (24,125,102). Sum of RGB (Red+Green+Blue) = 24+125+102=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #187D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D66 is #E78299. Grayscale: #5C5C5C. Windows color (decimal): -15172250 or 6716696. OLE color: 6716696.
HSL color Cylindrical-coordinate representation of color #187D66: hue angle of 166.34º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D66 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 102 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.51 |
| HSL | 166.34º | 0.68% | 0.29% | - |
| HSV(B) | 166.34º | 0.81% | 0.49% | - |
| XYZ | 10.11 | 15.82 | 15.09 | - |
| YUV | 92.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 102 | 0.81 | 0 | 0.18 | 0.51 | 166.34 | 0.68 | 0.29 |
| Hex | 18 | 7D | 66 | 51 | 0 | 12 | 33 | A6 | 44 | 1D |
| Octal | 30 | 175 | 146 | 121 | 0 | 22 | 63 | 246 | 104 | 35 |
| Binary | 11000 | 1111101 | 1100110 | 1010001 | 0 | 10010 | 110011 | 10100110 | 1000100 | 11101 |
Color Harmonies of #187D66
Complementary color
Monochromatic Colors of #187D66
Black with #187D66
Text Example
Text Example
White with #187D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D66; }
p { color: rgb(24,125,102); }
H1.HeaderClassName
{
color: #187D66;
}
.AnyTagClassName
{
color: #187D66;
}
</style>
background-color css
<style>
a { background-color: #187D66; }
a { background-color: rgb(24,125,102); }
div.DivClassName
{
background-color: #187D66;
}
.BgClassName
{
background-color: #187D66;
}
</style>
border-color css
<style>
span { border-color: #187D66; }
span { border-color: rgb(24,125,102); }
td.TdClassName
{
border-color: #187D66;
}
.TagClassName
{
border-color: #187D66;
}
</style>