Shades of Deep Sea #198266
Tints of Deep Sea #198266
RGB
CMYK
RGB Variations
Color information
#198266 (or 0x198266) is known color: Deep Sea. HEX triplet: 19, 82 and 66. RGB value is (25,130,102). Sum of RGB (Red+Green+Blue) = 25+130+102=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #198266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198266 is #E67D99. Grayscale: #5F5F5F. Windows color (decimal): -15105434 or 6717977. OLE color: 6717977.
HSL color Cylindrical-coordinate representation of color #198266: hue angle of 164º 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 #198266 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 102 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.49 |
| HSL | 164º | 0.68% | 0.3% | - |
| HSV(B) | 164º | 0.81% | 0.51% | - |
| XYZ | 10.78 | 17.13 | 15.31 | - |
| YUV | 95.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 102 | 0.81 | 0 | 0.22 | 0.49 | 164 | 0.68 | 0.3 |
| Hex | 19 | 82 | 66 | 51 | 0 | 16 | 31 | A4 | 44 | 1E |
| Octal | 31 | 202 | 146 | 121 | 0 | 26 | 61 | 244 | 104 | 36 |
| Binary | 11001 | 10000010 | 1100110 | 1010001 | 0 | 10110 | 110001 | 10100100 | 1000100 | 11110 |
Color Harmonies of #198266
Complementary color
Monochromatic Colors of #198266
Black with #198266
Text Example
Text Example
White with #198266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198266; }
p { color: rgb(25,130,102); }
H1.HeaderClassName
{
color: #198266;
}
.AnyTagClassName
{
color: #198266;
}
</style>
background-color css
<style>
a { background-color: #198266; }
a { background-color: rgb(25,130,102); }
div.DivClassName
{
background-color: #198266;
}
.BgClassName
{
background-color: #198266;
}
</style>
border-color css
<style>
span { border-color: #198266; }
span { border-color: rgb(25,130,102); }
td.TdClassName
{
border-color: #198266;
}
.TagClassName
{
border-color: #198266;
}
</style>