Shades of Deep Sea #187E5C
Tints of Deep Sea #187E5C
RGB
CMYK
RGB Variations
Color information
#187E5C (or 0x187E5C) is known color: Deep Sea. HEX triplet: 18, 7E and 5C. RGB value is (24,126,92). Sum of RGB (Red+Green+Blue) = 24+126+92=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #187E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187E5C is #E781A3. Grayscale: #5B5B5B. Windows color (decimal): -15172004 or 6061592. OLE color: 6061592.
HSL color Cylindrical-coordinate representation of color #187E5C: hue angle of 160º 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 #187E5C is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 126 | 92 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.51 |
| HSL | 160º | 0.68% | 0.29% | - |
| HSV(B) | 160º | 0.81% | 0.49% | - |
| XYZ | 9.77 | 15.89 | 12.68 | - |
| YUV | 91.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 92 | 0.81 | 0 | 0.27 | 0.51 | 160 | 0.68 | 0.29 |
| Hex | 18 | 7E | 5C | 51 | 0 | 1B | 33 | A0 | 44 | 1D |
| Octal | 30 | 176 | 134 | 121 | 0 | 33 | 63 | 240 | 104 | 35 |
| Binary | 11000 | 1111110 | 1011100 | 1010001 | 0 | 11011 | 110011 | 10100000 | 1000100 | 11101 |
Color Harmonies of #187E5C
Complementary color
Monochromatic Colors of #187E5C
Black with #187E5C
Text Example
Text Example
White with #187E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187E5C; }
p { color: rgb(24,126,92); }
H1.HeaderClassName
{
color: #187E5C;
}
.AnyTagClassName
{
color: #187E5C;
}
</style>
background-color css
<style>
a { background-color: #187E5C; }
a { background-color: rgb(24,126,92); }
div.DivClassName
{
background-color: #187E5C;
}
.BgClassName
{
background-color: #187E5C;
}
</style>
border-color css
<style>
span { border-color: #187E5C; }
span { border-color: rgb(24,126,92); }
td.TdClassName
{
border-color: #187E5C;
}
.TagClassName
{
border-color: #187E5C;
}
</style>