Shades of Deep Sea #197C5A
Tints of Deep Sea #197C5A
RGB
CMYK
RGB Variations
Color information
#197C5A (or 0x197C5A) is known color: Deep Sea. HEX triplet: 19, 7C and 5A. RGB value is (25,124,90). Sum of RGB (Red+Green+Blue) = 25+124+90=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #197C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C5A is #E683A5. Grayscale: #5A5A5A. Windows color (decimal): -15106982 or 5930009. OLE color: 5930009.
HSL color Cylindrical-coordinate representation of color #197C5A: hue angle of 159.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C5A is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 90 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.51 |
| HSL | 159.39º | 0.66% | 0.29% | - |
| HSV(B) | 159.39º | 0.8% | 0.49% | - |
| XYZ | 9.45 | 15.36 | 12.14 | - |
| YUV | 90.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 90 | 0.80 | 0 | 0.27 | 0.51 | 159.39 | 0.66 | 0.29 |
| Hex | 19 | 7C | 5A | 50 | 0 | 1B | 33 | 9F | 42 | 1D |
| Octal | 31 | 174 | 132 | 120 | 0 | 33 | 63 | 237 | 102 | 35 |
| Binary | 11001 | 1111100 | 1011010 | 1010000 | 0 | 11011 | 110011 | 10011111 | 1000010 | 11101 |
Color Harmonies of #197C5A
Complementary color
Monochromatic Colors of #197C5A
Black with #197C5A
Text Example
Text Example
White with #197C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C5A; }
p { color: rgb(25,124,90); }
H1.HeaderClassName
{
color: #197C5A;
}
.AnyTagClassName
{
color: #197C5A;
}
</style>
background-color css
<style>
a { background-color: #197C5A; }
a { background-color: rgb(25,124,90); }
div.DivClassName
{
background-color: #197C5A;
}
.BgClassName
{
background-color: #197C5A;
}
</style>
border-color css
<style>
span { border-color: #197C5A; }
span { border-color: rgb(25,124,90); }
td.TdClassName
{
border-color: #197C5A;
}
.TagClassName
{
border-color: #197C5A;
}
</style>