Shades of Deep Sea #187962
Tints of Deep Sea #187962
RGB
CMYK
RGB Variations
Color information
#187962 (or 0x187962) is known color: Deep Sea. HEX triplet: 18, 79 and 62. RGB value is (24,121,98). Sum of RGB (Red+Green+Blue) = 24+121+98=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #187962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187962 is #E7869D. Grayscale: #595959. Windows color (decimal): -15173278 or 6453528. OLE color: 6453528.
HSL color Cylindrical-coordinate representation of color #187962: hue angle of 165.77º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187962 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 121 | 98 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.53 |
| HSL | 165.77º | 0.67% | 0.28% | - |
| HSV(B) | 165.77º | 0.8% | 0.47% | - |
| XYZ | 9.42 | 14.75 | 13.91 | - |
| YUV | 89.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 98 | 0.80 | 0 | 0.19 | 0.53 | 165.77 | 0.67 | 0.28 |
| Hex | 18 | 79 | 62 | 50 | 0 | 13 | 35 | A6 | 43 | 1C |
| Octal | 30 | 171 | 142 | 120 | 0 | 23 | 65 | 246 | 103 | 34 |
| Binary | 11000 | 1111001 | 1100010 | 1010000 | 0 | 10011 | 110101 | 10100110 | 1000011 | 11100 |
Color Harmonies of #187962
Complementary color
Monochromatic Colors of #187962
Black with #187962
Text Example
Text Example
White with #187962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187962; }
p { color: rgb(24,121,98); }
H1.HeaderClassName
{
color: #187962;
}
.AnyTagClassName
{
color: #187962;
}
</style>
background-color css
<style>
a { background-color: #187962; }
a { background-color: rgb(24,121,98); }
div.DivClassName
{
background-color: #187962;
}
.BgClassName
{
background-color: #187962;
}
</style>
border-color css
<style>
span { border-color: #187962; }
span { border-color: rgb(24,121,98); }
td.TdClassName
{
border-color: #187962;
}
.TagClassName
{
border-color: #187962;
}
</style>