Shades of Deep Sea #187E5B
Tints of Deep Sea #187E5B
RGB
CMYK
RGB Variations
Color information
#187E5B (or 0x187E5B) is known color: Deep Sea. HEX triplet: 18, 7E and 5B. RGB value is (24,126,91). Sum of RGB (Red+Green+Blue) = 24+126+91=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #187E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187E5B is #E781A4. Grayscale: #5B5B5B. Windows color (decimal): -15172005 or 5996056. OLE color: 5996056.
HSL color Cylindrical-coordinate representation of color #187E5B: hue angle of 159.41º 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 #187E5B is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 126 | 91 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.51 |
| HSL | 159.41º | 0.68% | 0.29% | - |
| HSV(B) | 159.41º | 0.81% | 0.49% | - |
| XYZ | 9.73 | 15.87 | 12.45 | - |
| YUV | 91.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 91 | 0.81 | 0 | 0.28 | 0.51 | 159.41 | 0.68 | 0.29 |
| Hex | 18 | 7E | 5B | 51 | 0 | 1C | 33 | 9F | 44 | 1D |
| Octal | 30 | 176 | 133 | 121 | 0 | 34 | 63 | 237 | 104 | 35 |
| Binary | 11000 | 1111110 | 1011011 | 1010001 | 0 | 11100 | 110011 | 10011111 | 1000100 | 11101 |
Color Harmonies of #187E5B
Complementary color
Monochromatic Colors of #187E5B
Black with #187E5B
Text Example
Text Example
White with #187E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187E5B; }
p { color: rgb(24,126,91); }
H1.HeaderClassName
{
color: #187E5B;
}
.AnyTagClassName
{
color: #187E5B;
}
</style>
background-color css
<style>
a { background-color: #187E5B; }
a { background-color: rgb(24,126,91); }
div.DivClassName
{
background-color: #187E5B;
}
.BgClassName
{
background-color: #187E5B;
}
</style>
border-color css
<style>
span { border-color: #187E5B; }
span { border-color: rgb(24,126,91); }
td.TdClassName
{
border-color: #187E5B;
}
.TagClassName
{
border-color: #187E5B;
}
</style>