Shades of Deep Sea #198060
Tints of Deep Sea #198060
RGB
CMYK
RGB Variations
Color information
#198060 (or 0x198060) is known color: Deep Sea. HEX triplet: 19, 80 and 60. RGB value is (25,128,96). Sum of RGB (Red+Green+Blue) = 25+128+96=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #198060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198060 is #E67F9F. Grayscale: #5D5D5D. Windows color (decimal): -15105952 or 6324249. OLE color: 6324249.
HSL color Cylindrical-coordinate representation of color #198060: hue angle of 161.36º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198060 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 96 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.50 |
| HSL | 161.36º | 0.67% | 0.3% | - |
| HSV(B) | 161.36º | 0.8% | 0.5% | - |
| XYZ | 10.23 | 16.49 | 13.71 | - |
| YUV | 93.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 96 | 0.80 | 0 | 0.25 | 0.50 | 161.36 | 0.67 | 0.3 |
| Hex | 19 | 80 | 60 | 50 | 0 | 19 | 32 | A1 | 43 | 1E |
| Octal | 31 | 200 | 140 | 120 | 0 | 31 | 62 | 241 | 103 | 36 |
| Binary | 11001 | 10000000 | 1100000 | 1010000 | 0 | 11001 | 110010 | 10100001 | 1000011 | 11110 |
Color Harmonies of #198060
Complementary color
Monochromatic Colors of #198060
Black with #198060
Text Example
Text Example
White with #198060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198060; }
p { color: rgb(25,128,96); }
H1.HeaderClassName
{
color: #198060;
}
.AnyTagClassName
{
color: #198060;
}
</style>
background-color css
<style>
a { background-color: #198060; }
a { background-color: rgb(25,128,96); }
div.DivClassName
{
background-color: #198060;
}
.BgClassName
{
background-color: #198060;
}
</style>
border-color css
<style>
span { border-color: #198060; }
span { border-color: rgb(25,128,96); }
td.TdClassName
{
border-color: #198060;
}
.TagClassName
{
border-color: #198060;
}
</style>