Shades of Deep Sea #197B65
Tints of Deep Sea #197B65
RGB
CMYK
RGB Variations
Color information
#197B65 (or 0x197B65) is known color: Deep Sea. HEX triplet: 19, 7B and 65. RGB value is (25,123,101). Sum of RGB (Red+Green+Blue) = 25+123+101=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #197B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B65 is #E6849A. Grayscale: #5B5B5B. Windows color (decimal): -15107227 or 6650649. OLE color: 6650649.
HSL color Cylindrical-coordinate representation of color #197B65: hue angle of 166.53º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B65 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 101 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.52 |
| HSL | 166.53º | 0.66% | 0.29% | - |
| HSV(B) | 166.53º | 0.8% | 0.48% | - |
| XYZ | 9.83 | 15.31 | 14.75 | - |
| YUV | 91.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 101 | 0.80 | 0 | 0.18 | 0.52 | 166.53 | 0.66 | 0.29 |
| Hex | 19 | 7B | 65 | 50 | 0 | 12 | 34 | A7 | 42 | 1D |
| Octal | 31 | 173 | 145 | 120 | 0 | 22 | 64 | 247 | 102 | 35 |
| Binary | 11001 | 1111011 | 1100101 | 1010000 | 0 | 10010 | 110100 | 10100111 | 1000010 | 11101 |
Color Harmonies of #197B65
Complementary color
Monochromatic Colors of #197B65
Black with #197B65
Text Example
Text Example
White with #197B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B65; }
p { color: rgb(25,123,101); }
H1.HeaderClassName
{
color: #197B65;
}
.AnyTagClassName
{
color: #197B65;
}
</style>
background-color css
<style>
a { background-color: #197B65; }
a { background-color: rgb(25,123,101); }
div.DivClassName
{
background-color: #197B65;
}
.BgClassName
{
background-color: #197B65;
}
</style>
border-color css
<style>
span { border-color: #197B65; }
span { border-color: rgb(25,123,101); }
td.TdClassName
{
border-color: #197B65;
}
.TagClassName
{
border-color: #197B65;
}
</style>