Shades of Evening Sea #19694F
Tints of Evening Sea #19694F
RGB
CMYK
RGB Variations
Color information
#19694F (or 0x19694F) is known color: Evening Sea. HEX triplet: 19, 69 and 4F. RGB value is (25,105,79). Sum of RGB (Red+Green+Blue) = 25+105+79=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #19694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19694F is #E696B0. Grayscale: #4E4E4E. Windows color (decimal): -15111857 or 5204249. OLE color: 5204249.
HSL color Cylindrical-coordinate representation of color #19694F: hue angle of 160.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19694F is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 79 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.59 |
| HSL | 160.5º | 0.62% | 0.25% | - |
| HSV(B) | 160.5º | 0.76% | 0.41% | - |
| XYZ | 6.86 | 10.87 | 9.13 | - |
| YUV | 78.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 79 | 0.76 | 0 | 0.25 | 0.59 | 160.5 | 0.62 | 0.25 |
| Hex | 19 | 69 | 4F | 4C | 0 | 19 | 3B | A0 | 3E | 19 |
| Octal | 31 | 151 | 117 | 114 | 0 | 31 | 73 | 240 | 76 | 31 |
| Binary | 11001 | 1101001 | 1001111 | 1001100 | 0 | 11001 | 111011 | 10100000 | 111110 | 11001 |
Color Harmonies of #19694F
Complementary color
Monochromatic Colors of #19694F
Black with #19694F
Text Example
Text Example
White with #19694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19694F; }
p { color: rgb(25,105,79); }
H1.HeaderClassName
{
color: #19694F;
}
.AnyTagClassName
{
color: #19694F;
}
</style>
background-color css
<style>
a { background-color: #19694F; }
a { background-color: rgb(25,105,79); }
div.DivClassName
{
background-color: #19694F;
}
.BgClassName
{
background-color: #19694F;
}
</style>
border-color css
<style>
span { border-color: #19694F; }
span { border-color: rgb(25,105,79); }
td.TdClassName
{
border-color: #19694F;
}
.TagClassName
{
border-color: #19694F;
}
</style>