Shades of Deep Sea #197366
Tints of Deep Sea #197366
RGB
CMYK
RGB Variations
Color information
#197366 (or 0x197366) is known color: Deep Sea. HEX triplet: 19, 73 and 66. RGB value is (25,115,102). Sum of RGB (Red+Green+Blue) = 25+115+102=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #197366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197366 is #E68C99. Grayscale: #565656. Windows color (decimal): -15109274 or 6714137. OLE color: 6714137.
HSL color Cylindrical-coordinate representation of color #197366: hue angle of 171.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 #197366 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 102 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.55 |
| HSL | 171.33º | 0.64% | 0.27% | - |
| HSV(B) | 171.33º | 0.78% | 0.45% | - |
| XYZ | 8.93 | 13.43 | 14.69 | - |
| YUV | 86.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 102 | 0.78 | 0 | 0.11 | 0.55 | 171.33 | 0.64 | 0.27 |
| Hex | 19 | 73 | 66 | 4E | 0 | B | 37 | AB | 40 | 1B |
| Octal | 31 | 163 | 146 | 116 | 0 | 13 | 67 | 253 | 100 | 33 |
| Binary | 11001 | 1110011 | 1100110 | 1001110 | 0 | 1011 | 110111 | 10101011 | 1000000 | 11011 |
Color Harmonies of #197366
Complementary color
Monochromatic Colors of #197366
Black with #197366
Text Example
Text Example
White with #197366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197366; }
p { color: rgb(25,115,102); }
H1.HeaderClassName
{
color: #197366;
}
.AnyTagClassName
{
color: #197366;
}
</style>
background-color css
<style>
a { background-color: #197366; }
a { background-color: rgb(25,115,102); }
div.DivClassName
{
background-color: #197366;
}
.BgClassName
{
background-color: #197366;
}
</style>
border-color css
<style>
span { border-color: #197366; }
span { border-color: rgb(25,115,102); }
td.TdClassName
{
border-color: #197366;
}
.TagClassName
{
border-color: #197366;
}
</style>