Shades of Deep Sea #198168
Tints of Deep Sea #198168
RGB
CMYK
RGB Variations
Color information
#198168 (or 0x198168) is known color: Deep Sea. HEX triplet: 19, 81 and 68. RGB value is (25,129,104). Sum of RGB (Red+Green+Blue) = 25+129+104=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #198168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198168 is #E67E97. Grayscale: #5F5F5F. Windows color (decimal): -15105688 or 6848793. OLE color: 6848793.
HSL color Cylindrical-coordinate representation of color #198168: hue angle of 165.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198168 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 104 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.49 |
| HSL | 165.58º | 0.68% | 0.3% | - |
| HSV(B) | 165.58º | 0.81% | 0.51% | - |
| XYZ | 10.75 | 16.91 | 15.79 | - |
| YUV | 95.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 104 | 0.81 | 0 | 0.19 | 0.49 | 165.58 | 0.68 | 0.3 |
| Hex | 19 | 81 | 68 | 51 | 0 | 13 | 31 | A6 | 44 | 1E |
| Octal | 31 | 201 | 150 | 121 | 0 | 23 | 61 | 246 | 104 | 36 |
| Binary | 11001 | 10000001 | 1101000 | 1010001 | 0 | 10011 | 110001 | 10100110 | 1000100 | 11110 |
Color Harmonies of #198168
Complementary color
Monochromatic Colors of #198168
Black with #198168
Text Example
Text Example
White with #198168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198168; }
p { color: rgb(25,129,104); }
H1.HeaderClassName
{
color: #198168;
}
.AnyTagClassName
{
color: #198168;
}
</style>
background-color css
<style>
a { background-color: #198168; }
a { background-color: rgb(25,129,104); }
div.DivClassName
{
background-color: #198168;
}
.BgClassName
{
background-color: #198168;
}
</style>
border-color css
<style>
span { border-color: #198168; }
span { border-color: rgb(25,129,104); }
td.TdClassName
{
border-color: #198168;
}
.TagClassName
{
border-color: #198168;
}
</style>