Shades of Evening Sea #19604F
Tints of Evening Sea #19604F
RGB
CMYK
RGB Variations
Color information
#19604F (or 0x19604F) is known color: Evening Sea. HEX triplet: 19, 60 and 4F. RGB value is (25,96,79). Sum of RGB (Red+Green+Blue) = 25+96+79=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #19604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19604F is #E69FB0. Grayscale: #484848. Windows color (decimal): -15114161 or 5201945. OLE color: 5201945.
HSL color Cylindrical-coordinate representation of color #19604F: hue angle of 165.63º 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 #19604F is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 79 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.62 |
| HSL | 165.63º | 0.59% | 0.24% | - |
| HSV(B) | 165.63º | 0.74% | 0.38% | - |
| XYZ | 6 | 9.14 | 8.84 | - |
| YUV | 72.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 79 | 0.74 | 0 | 0.18 | 0.62 | 165.63 | 0.59 | 0.24 |
| Hex | 19 | 60 | 4F | 4A | 0 | 12 | 3E | A6 | 3B | 18 |
| Octal | 31 | 140 | 117 | 112 | 0 | 22 | 76 | 246 | 73 | 30 |
| Binary | 11001 | 1100000 | 1001111 | 1001010 | 0 | 10010 | 111110 | 10100110 | 111011 | 11000 |
Color Harmonies of #19604F
Complementary color
Monochromatic Colors of #19604F
Black with #19604F
Text Example
Text Example
White with #19604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19604F; }
p { color: rgb(25,96,79); }
H1.HeaderClassName
{
color: #19604F;
}
.AnyTagClassName
{
color: #19604F;
}
</style>
background-color css
<style>
a { background-color: #19604F; }
a { background-color: rgb(25,96,79); }
div.DivClassName
{
background-color: #19604F;
}
.BgClassName
{
background-color: #19604F;
}
</style>
border-color css
<style>
span { border-color: #19604F; }
span { border-color: rgb(25,96,79); }
td.TdClassName
{
border-color: #19604F;
}
.TagClassName
{
border-color: #19604F;
}
</style>