Shades of Deep Sea #197360
Tints of Deep Sea #197360
RGB
CMYK
RGB Variations
Color information
#197360 (or 0x197360) is known color: Deep Sea. HEX triplet: 19, 73 and 60. RGB value is (25,115,96). Sum of RGB (Red+Green+Blue) = 25+115+96=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #197360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197360 is #E68C9F. Grayscale: #555555. Windows color (decimal): -15109280 or 6320921. OLE color: 6320921.
HSL color Cylindrical-coordinate representation of color #197360: hue angle of 167.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197360 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 96 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.55 |
| HSL | 167.33º | 0.64% | 0.27% | - |
| HSV(B) | 167.33º | 0.78% | 0.45% | - |
| XYZ | 8.64 | 13.31 | 13.18 | - |
| YUV | 85.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 96 | 0.78 | 0 | 0.17 | 0.55 | 167.33 | 0.64 | 0.27 |
| Hex | 19 | 73 | 60 | 4E | 0 | 11 | 37 | A7 | 40 | 1B |
| Octal | 31 | 163 | 140 | 116 | 0 | 21 | 67 | 247 | 100 | 33 |
| Binary | 11001 | 1110011 | 1100000 | 1001110 | 0 | 10001 | 110111 | 10100111 | 1000000 | 11011 |
Color Harmonies of #197360
Complementary color
Monochromatic Colors of #197360
Black with #197360
Text Example
Text Example
White with #197360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197360; }
p { color: rgb(25,115,96); }
H1.HeaderClassName
{
color: #197360;
}
.AnyTagClassName
{
color: #197360;
}
</style>
background-color css
<style>
a { background-color: #197360; }
a { background-color: rgb(25,115,96); }
div.DivClassName
{
background-color: #197360;
}
.BgClassName
{
background-color: #197360;
}
</style>
border-color css
<style>
span { border-color: #197360; }
span { border-color: rgb(25,115,96); }
td.TdClassName
{
border-color: #197360;
}
.TagClassName
{
border-color: #197360;
}
</style>