Shades of Deep Sea #187F6F
Tints of Deep Sea #187F6F
RGB
CMYK
RGB Variations
Color information
#187F6F (or 0x187F6F) is known color: Deep Sea. HEX triplet: 18, 7F and 6F. RGB value is (24,127,111). Sum of RGB (Red+Green+Blue) = 24+127+111=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #187F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187F6F is #E78090. Grayscale: #5E5E5E. Windows color (decimal): -15171729 or 7307032. OLE color: 7307032.
HSL color Cylindrical-coordinate representation of color #187F6F: hue angle of 170.68º 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 #187F6F is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 127 | 111 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.50 |
| HSL | 170.68º | 0.68% | 0.3% | - |
| HSV(B) | 170.68º | 0.81% | 0.5% | - |
| XYZ | 10.84 | 16.52 | 17.66 | - |
| YUV | 94.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 111 | 0.81 | 0 | 0.13 | 0.50 | 170.68 | 0.68 | 0.3 |
| Hex | 18 | 7F | 6F | 51 | 0 | D | 32 | AB | 44 | 1E |
| Octal | 30 | 177 | 157 | 121 | 0 | 15 | 62 | 253 | 104 | 36 |
| Binary | 11000 | 1111111 | 1101111 | 1010001 | 0 | 1101 | 110010 | 10101011 | 1000100 | 11110 |
Color Harmonies of #187F6F
Complementary color
Monochromatic Colors of #187F6F
Black with #187F6F
Text Example
Text Example
White with #187F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187F6F; }
p { color: rgb(24,127,111); }
H1.HeaderClassName
{
color: #187F6F;
}
.AnyTagClassName
{
color: #187F6F;
}
</style>
background-color css
<style>
a { background-color: #187F6F; }
a { background-color: rgb(24,127,111); }
div.DivClassName
{
background-color: #187F6F;
}
.BgClassName
{
background-color: #187F6F;
}
</style>
border-color css
<style>
span { border-color: #187F6F; }
span { border-color: rgb(24,127,111); }
td.TdClassName
{
border-color: #187F6F;
}
.TagClassName
{
border-color: #187F6F;
}
</style>