Shades of Deep Sea #198065
Tints of Deep Sea #198065
RGB
CMYK
RGB Variations
Color information
#198065 (or 0x198065) is known color: Deep Sea. HEX triplet: 19, 80 and 65. RGB value is (25,128,101). Sum of RGB (Red+Green+Blue) = 25+128+101=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #198065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198065 is #E67F9A. Grayscale: #5E5E5E. Windows color (decimal): -15105947 or 6651929. OLE color: 6651929.
HSL color Cylindrical-coordinate representation of color #198065: hue angle of 164.27º 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 #198065 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 101 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.50 |
| HSL | 164.27º | 0.67% | 0.3% | - |
| HSV(B) | 164.27º | 0.8% | 0.5% | - |
| XYZ | 10.47 | 16.58 | 14.96 | - |
| YUV | 94.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 101 | 0.80 | 0 | 0.21 | 0.50 | 164.27 | 0.67 | 0.3 |
| Hex | 19 | 80 | 65 | 50 | 0 | 15 | 32 | A4 | 43 | 1E |
| Octal | 31 | 200 | 145 | 120 | 0 | 25 | 62 | 244 | 103 | 36 |
| Binary | 11001 | 10000000 | 1100101 | 1010000 | 0 | 10101 | 110010 | 10100100 | 1000011 | 11110 |
Color Harmonies of #198065
Complementary color
Monochromatic Colors of #198065
Black with #198065
Text Example
Text Example
White with #198065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198065; }
p { color: rgb(25,128,101); }
H1.HeaderClassName
{
color: #198065;
}
.AnyTagClassName
{
color: #198065;
}
</style>
background-color css
<style>
a { background-color: #198065; }
a { background-color: rgb(25,128,101); }
div.DivClassName
{
background-color: #198065;
}
.BgClassName
{
background-color: #198065;
}
</style>
border-color css
<style>
span { border-color: #198065; }
span { border-color: rgb(25,128,101); }
td.TdClassName
{
border-color: #198065;
}
.TagClassName
{
border-color: #198065;
}
</style>