Shades of Evening Sea #19604D
Tints of Evening Sea #19604D
RGB
CMYK
RGB Variations
Color information
#19604D (or 0x19604D) is known color: Evening Sea. HEX triplet: 19, 60 and 4D. RGB value is (25,96,77). Sum of RGB (Red+Green+Blue) = 25+96+77=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #19604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19604D is #E69FB2. Grayscale: #484848. Windows color (decimal): -15114163 or 5070873. OLE color: 5070873.
HSL color Cylindrical-coordinate representation of color #19604D: hue angle of 163.94º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19604D is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 77 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.62 |
| HSL | 163.94º | 0.59% | 0.24% | - |
| HSV(B) | 163.94º | 0.74% | 0.38% | - |
| XYZ | 5.92 | 9.11 | 8.47 | - |
| YUV | 72.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 77 | 0.74 | 0 | 0.20 | 0.62 | 163.94 | 0.59 | 0.24 |
| Hex | 19 | 60 | 4D | 4A | 0 | 14 | 3E | A4 | 3B | 18 |
| Octal | 31 | 140 | 115 | 112 | 0 | 24 | 76 | 244 | 73 | 30 |
| Binary | 11001 | 1100000 | 1001101 | 1001010 | 0 | 10100 | 111110 | 10100100 | 111011 | 11000 |
Color Harmonies of #19604D
Complementary color
Monochromatic Colors of #19604D
Black with #19604D
Text Example
Text Example
White with #19604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19604D; }
p { color: rgb(25,96,77); }
H1.HeaderClassName
{
color: #19604D;
}
.AnyTagClassName
{
color: #19604D;
}
</style>
background-color css
<style>
a { background-color: #19604D; }
a { background-color: rgb(25,96,77); }
div.DivClassName
{
background-color: #19604D;
}
.BgClassName
{
background-color: #19604D;
}
</style>
border-color css
<style>
span { border-color: #19604D; }
span { border-color: rgb(25,96,77); }
td.TdClassName
{
border-color: #19604D;
}
.TagClassName
{
border-color: #19604D;
}
</style>