Shades of Evening Sea #19664E
Tints of Evening Sea #19664E
RGB
CMYK
RGB Variations
Color information
#19664E (or 0x19664E) is known color: Evening Sea. HEX triplet: 19, 66 and 4E. RGB value is (25,102,78). Sum of RGB (Red+Green+Blue) = 25+102+78=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #19664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19664E is #E699B1. Grayscale: #4C4C4C. Windows color (decimal): -15112626 or 5137945. OLE color: 5137945.
HSL color Cylindrical-coordinate representation of color #19664E: hue angle of 161.3º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19664E is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 78 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.6 |
| HSL | 161.3º | 0.61% | 0.25% | - |
| HSV(B) | 161.3º | 0.75% | 0.4% | - |
| XYZ | 6.53 | 10.26 | 8.84 | - |
| YUV | 76.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 78 | 0.75 | 0 | 0.24 | 0.6 | 161.3 | 0.61 | 0.25 |
| Hex | 19 | 66 | 4E | 4B | 0 | 18 | 3C | A1 | 3D | 19 |
| Octal | 31 | 146 | 116 | 113 | 0 | 30 | 74 | 241 | 75 | 31 |
| Binary | 11001 | 1100110 | 1001110 | 1001011 | 0 | 11000 | 111100 | 10100001 | 111101 | 11001 |
Color Harmonies of #19664E
Complementary color
Monochromatic Colors of #19664E
Black with #19664E
Text Example
Text Example
White with #19664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19664E; }
p { color: rgb(25,102,78); }
H1.HeaderClassName
{
color: #19664E;
}
.AnyTagClassName
{
color: #19664E;
}
</style>
background-color css
<style>
a { background-color: #19664E; }
a { background-color: rgb(25,102,78); }
div.DivClassName
{
background-color: #19664E;
}
.BgClassName
{
background-color: #19664E;
}
</style>
border-color css
<style>
span { border-color: #19664E; }
span { border-color: rgb(25,102,78); }
td.TdClassName
{
border-color: #19664E;
}
.TagClassName
{
border-color: #19664E;
}
</style>