Shades of Deep Sea #197268
Tints of Deep Sea #197268
RGB
CMYK
RGB Variations
Color information
#197268 (or 0x197268) is known color: Deep Sea. HEX triplet: 19, 72 and 68. RGB value is (25,114,104). Sum of RGB (Red+Green+Blue) = 25+114+104=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #197268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197268 is #E68D97. Grayscale: #565656. Windows color (decimal): -15109528 or 6844953. OLE color: 6844953.
HSL color Cylindrical-coordinate representation of color #197268: hue angle of 173.26º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197268 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 104 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.55 |
| HSL | 173.26º | 0.64% | 0.27% | - |
| HSV(B) | 173.26º | 0.78% | 0.45% | - |
| XYZ | 8.92 | 13.24 | 15.18 | - |
| YUV | 86.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 104 | 0.78 | 0 | 0.09 | 0.55 | 173.26 | 0.64 | 0.27 |
| Hex | 19 | 72 | 68 | 4E | 0 | 9 | 37 | AD | 40 | 1B |
| Octal | 31 | 162 | 150 | 116 | 0 | 11 | 67 | 255 | 100 | 33 |
| Binary | 11001 | 1110010 | 1101000 | 1001110 | 0 | 1001 | 110111 | 10101101 | 1000000 | 11011 |
Color Harmonies of #197268
Complementary color
Monochromatic Colors of #197268
Black with #197268
Text Example
Text Example
White with #197268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197268; }
p { color: rgb(25,114,104); }
H1.HeaderClassName
{
color: #197268;
}
.AnyTagClassName
{
color: #197268;
}
</style>
background-color css
<style>
a { background-color: #197268; }
a { background-color: rgb(25,114,104); }
div.DivClassName
{
background-color: #197268;
}
.BgClassName
{
background-color: #197268;
}
</style>
border-color css
<style>
span { border-color: #197268; }
span { border-color: rgb(25,114,104); }
td.TdClassName
{
border-color: #197268;
}
.TagClassName
{
border-color: #197268;
}
</style>