Shades of Deep Sea #197F67
Tints of Deep Sea #197F67
RGB
CMYK
RGB Variations
Color information
#197F67 (or 0x197F67) is known color: Deep Sea. HEX triplet: 19, 7F and 67. RGB value is (25,127,103). Sum of RGB (Red+Green+Blue) = 25+127+103=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #197F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F67 is #E68098. Grayscale: #5D5D5D. Windows color (decimal): -15106201 or 6782745. OLE color: 6782745.
HSL color Cylindrical-coordinate representation of color #197F67: hue angle of 165.88º 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 #197F67 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 103 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.50 |
| HSL | 165.88º | 0.67% | 0.3% | - |
| HSV(B) | 165.88º | 0.8% | 0.5% | - |
| XYZ | 10.44 | 16.36 | 15.44 | - |
| YUV | 93.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 103 | 0.80 | 0 | 0.19 | 0.50 | 165.88 | 0.67 | 0.3 |
| Hex | 19 | 7F | 67 | 50 | 0 | 13 | 32 | A6 | 43 | 1E |
| Octal | 31 | 177 | 147 | 120 | 0 | 23 | 62 | 246 | 103 | 36 |
| Binary | 11001 | 1111111 | 1100111 | 1010000 | 0 | 10011 | 110010 | 10100110 | 1000011 | 11110 |
Color Harmonies of #197F67
Complementary color
Monochromatic Colors of #197F67
Black with #197F67
Text Example
Text Example
White with #197F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F67; }
p { color: rgb(25,127,103); }
H1.HeaderClassName
{
color: #197F67;
}
.AnyTagClassName
{
color: #197F67;
}
</style>
background-color css
<style>
a { background-color: #197F67; }
a { background-color: rgb(25,127,103); }
div.DivClassName
{
background-color: #197F67;
}
.BgClassName
{
background-color: #197F67;
}
</style>
border-color css
<style>
span { border-color: #197F67; }
span { border-color: rgb(25,127,103); }
td.TdClassName
{
border-color: #197F67;
}
.TagClassName
{
border-color: #197F67;
}
</style>