Shades of Deep Sea #187E5E
Tints of Deep Sea #187E5E
RGB
CMYK
RGB Variations
Color information
#187E5E (or 0x187E5E) is known color: Deep Sea. HEX triplet: 18, 7E and 5E. RGB value is (24,126,94). Sum of RGB (Red+Green+Blue) = 24+126+94=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #187E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187E5E is #E781A1. Grayscale: #5B5B5B. Windows color (decimal): -15172002 or 6192664. OLE color: 6192664.
HSL color Cylindrical-coordinate representation of color #187E5E: hue angle of 161.18º 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 #187E5E is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 126 | 94 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.51 |
| HSL | 161.18º | 0.68% | 0.29% | - |
| HSV(B) | 161.18º | 0.81% | 0.49% | - |
| XYZ | 9.86 | 15.92 | 13.14 | - |
| YUV | 91.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 94 | 0.81 | 0 | 0.25 | 0.51 | 161.18 | 0.68 | 0.29 |
| Hex | 18 | 7E | 5E | 51 | 0 | 19 | 33 | A1 | 44 | 1D |
| Octal | 30 | 176 | 136 | 121 | 0 | 31 | 63 | 241 | 104 | 35 |
| Binary | 11000 | 1111110 | 1011110 | 1010001 | 0 | 11001 | 110011 | 10100001 | 1000100 | 11101 |
Color Harmonies of #187E5E
Complementary color
Monochromatic Colors of #187E5E
Black with #187E5E
Text Example
Text Example
White with #187E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187E5E; }
p { color: rgb(24,126,94); }
H1.HeaderClassName
{
color: #187E5E;
}
.AnyTagClassName
{
color: #187E5E;
}
</style>
background-color css
<style>
a { background-color: #187E5E; }
a { background-color: rgb(24,126,94); }
div.DivClassName
{
background-color: #187E5E;
}
.BgClassName
{
background-color: #187E5E;
}
</style>
border-color css
<style>
span { border-color: #187E5E; }
span { border-color: rgb(24,126,94); }
td.TdClassName
{
border-color: #187E5E;
}
.TagClassName
{
border-color: #187E5E;
}
</style>