Shades of Deep Sea #197F68
Tints of Deep Sea #197F68
RGB
CMYK
RGB Variations
Color information
#197F68 (or 0x197F68) is known color: Deep Sea. HEX triplet: 19, 7F and 68. RGB value is (25,127,104). Sum of RGB (Red+Green+Blue) = 25+127+104=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #197F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F68 is #E68097. Grayscale: #5D5D5D. Windows color (decimal): -15106200 or 6848281. OLE color: 6848281.
HSL color Cylindrical-coordinate representation of color #197F68: hue angle of 166.47º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F68 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 104 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.50 |
| HSL | 166.47º | 0.67% | 0.3% | - |
| HSV(B) | 166.47º | 0.8% | 0.5% | - |
| XYZ | 10.49 | 16.38 | 15.71 | - |
| YUV | 93.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 104 | 0.80 | 0 | 0.18 | 0.50 | 166.47 | 0.67 | 0.3 |
| Hex | 19 | 7F | 68 | 50 | 0 | 12 | 32 | A6 | 43 | 1E |
| Octal | 31 | 177 | 150 | 120 | 0 | 22 | 62 | 246 | 103 | 36 |
| Binary | 11001 | 1111111 | 1101000 | 1010000 | 0 | 10010 | 110010 | 10100110 | 1000011 | 11110 |
Color Harmonies of #197F68
Complementary color
Monochromatic Colors of #197F68
Black with #197F68
Text Example
Text Example
White with #197F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F68; }
p { color: rgb(25,127,104); }
H1.HeaderClassName
{
color: #197F68;
}
.AnyTagClassName
{
color: #197F68;
}
</style>
background-color css
<style>
a { background-color: #197F68; }
a { background-color: rgb(25,127,104); }
div.DivClassName
{
background-color: #197F68;
}
.BgClassName
{
background-color: #197F68;
}
</style>
border-color css
<style>
span { border-color: #197F68; }
span { border-color: rgb(25,127,104); }
td.TdClassName
{
border-color: #197F68;
}
.TagClassName
{
border-color: #197F68;
}
</style>