Shades of Deep Sea #198166
Tints of Deep Sea #198166
RGB
CMYK
RGB Variations
Color information
#198166 (or 0x198166) is known color: Deep Sea. HEX triplet: 19, 81 and 66. RGB value is (25,129,102). Sum of RGB (Red+Green+Blue) = 25+129+102=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #198166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198166 is #E67E99. Grayscale: #5E5E5E. Windows color (decimal): -15105690 or 6717721. OLE color: 6717721.
HSL color Cylindrical-coordinate representation of color #198166: hue angle of 164.42º 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 #198166 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 102 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.49 |
| HSL | 164.42º | 0.68% | 0.3% | - |
| HSV(B) | 164.42º | 0.81% | 0.51% | - |
| XYZ | 10.65 | 16.87 | 15.26 | - |
| YUV | 94.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 102 | 0.81 | 0 | 0.21 | 0.49 | 164.42 | 0.68 | 0.3 |
| Hex | 19 | 81 | 66 | 51 | 0 | 15 | 31 | A4 | 44 | 1E |
| Octal | 31 | 201 | 146 | 121 | 0 | 25 | 61 | 244 | 104 | 36 |
| Binary | 11001 | 10000001 | 1100110 | 1010001 | 0 | 10101 | 110001 | 10100100 | 1000100 | 11110 |
Color Harmonies of #198166
Complementary color
Monochromatic Colors of #198166
Black with #198166
Text Example
Text Example
White with #198166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198166; }
p { color: rgb(25,129,102); }
H1.HeaderClassName
{
color: #198166;
}
.AnyTagClassName
{
color: #198166;
}
</style>
background-color css
<style>
a { background-color: #198166; }
a { background-color: rgb(25,129,102); }
div.DivClassName
{
background-color: #198166;
}
.BgClassName
{
background-color: #198166;
}
</style>
border-color css
<style>
span { border-color: #198166; }
span { border-color: rgb(25,129,102); }
td.TdClassName
{
border-color: #198166;
}
.TagClassName
{
border-color: #198166;
}
</style>