Shades of Deep Sea #197D5B
Tints of Deep Sea #197D5B
RGB
CMYK
RGB Variations
Color information
#197D5B (or 0x197D5B) is known color: Deep Sea. HEX triplet: 19, 7D and 5B. RGB value is (25,125,91). Sum of RGB (Red+Green+Blue) = 25+125+91=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #197D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D5B is #E682A4. Grayscale: #5B5B5B. Windows color (decimal): -15106725 or 5995801. OLE color: 5995801.
HSL color Cylindrical-coordinate representation of color #197D5B: hue angle of 159.6º degrees, saturation: 0.67, 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 #197D5B is Cyan = 0.8, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 91 | - |
| CMYK | 0.8 | 0 | 0.27 | 0.51 |
| HSL | 159.6º | 0.67% | 0.29% | - |
| HSV(B) | 159.6º | 0.8% | 0.49% | - |
| XYZ | 9.62 | 15.63 | 12.41 | - |
| YUV | 91.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 91 | 0.8 | 0 | 0.27 | 0.51 | 159.6 | 0.67 | 0.29 |
| Hex | 19 | 7D | 5B | 50 | 0 | 1B | 33 | A0 | 43 | 1D |
| Octal | 31 | 175 | 133 | 120 | 0 | 33 | 63 | 240 | 103 | 35 |
| Binary | 11001 | 1111101 | 1011011 | 1010000 | 0 | 11011 | 110011 | 10100000 | 1000011 | 11101 |
Color Harmonies of #197D5B
Complementary color
Monochromatic Colors of #197D5B
Black with #197D5B
Text Example
Text Example
White with #197D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D5B; }
p { color: rgb(25,125,91); }
H1.HeaderClassName
{
color: #197D5B;
}
.AnyTagClassName
{
color: #197D5B;
}
</style>
background-color css
<style>
a { background-color: #197D5B; }
a { background-color: rgb(25,125,91); }
div.DivClassName
{
background-color: #197D5B;
}
.BgClassName
{
background-color: #197D5B;
}
</style>
border-color css
<style>
span { border-color: #197D5B; }
span { border-color: rgb(25,125,91); }
td.TdClassName
{
border-color: #197D5B;
}
.TagClassName
{
border-color: #197D5B;
}
</style>