Shades of Deep Sea #198261
Tints of Deep Sea #198261
RGB
CMYK
RGB Variations
Color information
#198261 (or 0x198261) is known color: Deep Sea. HEX triplet: 19, 82 and 61. RGB value is (25,130,97). Sum of RGB (Red+Green+Blue) = 25+130+97=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #198261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198261 is #E67D9E. Grayscale: #5E5E5E. Windows color (decimal): -15105439 or 6390297. OLE color: 6390297.
HSL color Cylindrical-coordinate representation of color #198261: hue angle of 161.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198261 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 97 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.49 |
| HSL | 161.14º | 0.68% | 0.3% | - |
| HSV(B) | 161.14º | 0.81% | 0.51% | - |
| XYZ | 10.54 | 17.04 | 14.04 | - |
| YUV | 94.84 | 129.21 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 97 | 0.81 | 0 | 0.25 | 0.49 | 161.14 | 0.68 | 0.3 |
| Hex | 19 | 82 | 61 | 51 | 0 | 19 | 31 | A1 | 44 | 1E |
| Octal | 31 | 202 | 141 | 121 | 0 | 31 | 61 | 241 | 104 | 36 |
| Binary | 11001 | 10000010 | 1100001 | 1010001 | 0 | 11001 | 110001 | 10100001 | 1000100 | 11110 |
Color Harmonies of #198261
Complementary color
Monochromatic Colors of #198261
Black with #198261
Text Example
Text Example
White with #198261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198261; }
p { color: rgb(25,130,97); }
H1.HeaderClassName
{
color: #198261;
}
.AnyTagClassName
{
color: #198261;
}
</style>
background-color css
<style>
a { background-color: #198261; }
a { background-color: rgb(25,130,97); }
div.DivClassName
{
background-color: #198261;
}
.BgClassName
{
background-color: #198261;
}
</style>
border-color css
<style>
span { border-color: #198261; }
span { border-color: rgb(25,130,97); }
td.TdClassName
{
border-color: #198261;
}
.TagClassName
{
border-color: #198261;
}
</style>