Shades of Evening Sea #1A684E
Tints of Evening Sea #1A684E
RGB
CMYK
RGB Variations
Color information
#1A684E (or 0x1A684E) is known color: Evening Sea. HEX triplet: 1A, 68 and 4E. RGB value is (26,104,78). Sum of RGB (Red+Green+Blue) = 26+104+78=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #1A684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A684E is #E597B1. Grayscale: #4D4D4D. Windows color (decimal): -15046578 or 5138458. OLE color: 5138458.
HSL color Cylindrical-coordinate representation of color #1A684E: hue angle of 160º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A684E is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 78 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.59 |
| HSL | 160º | 0.6% | 0.25% | - |
| HSV(B) | 160º | 0.75% | 0.41% | - |
| XYZ | 6.75 | 10.67 | 8.91 | - |
| YUV | 77.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 78 | 0.75 | 0 | 0.25 | 0.59 | 160 | 0.6 | 0.25 |
| Hex | 1A | 68 | 4E | 4B | 0 | 19 | 3B | A0 | 3C | 19 |
| Octal | 32 | 150 | 116 | 113 | 0 | 31 | 73 | 240 | 74 | 31 |
| Binary | 11010 | 1101000 | 1001110 | 1001011 | 0 | 11001 | 111011 | 10100000 | 111100 | 11001 |
Color Harmonies of #1A684E
Complementary color
Monochromatic Colors of #1A684E
Black with #1A684E
Text Example
Text Example
White with #1A684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A684E; }
p { color: rgb(26,104,78); }
H1.HeaderClassName
{
color: #1A684E;
}
.AnyTagClassName
{
color: #1A684E;
}
</style>
background-color css
<style>
a { background-color: #1A684E; }
a { background-color: rgb(26,104,78); }
div.DivClassName
{
background-color: #1A684E;
}
.BgClassName
{
background-color: #1A684E;
}
</style>
border-color css
<style>
span { border-color: #1A684E; }
span { border-color: rgb(26,104,78); }
td.TdClassName
{
border-color: #1A684E;
}
.TagClassName
{
border-color: #1A684E;
}
</style>