Shades of Evening Sea #1A684F
Tints of Evening Sea #1A684F
RGB
CMYK
RGB Variations
Color information
#1A684F (or 0x1A684F) is known color: Evening Sea. HEX triplet: 1A, 68 and 4F. RGB value is (26,104,79). Sum of RGB (Red+Green+Blue) = 26+104+79=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #1A684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A684F is #E597B0. Grayscale: #4D4D4D. Windows color (decimal): -15046577 or 5203994. OLE color: 5203994.
HSL color Cylindrical-coordinate representation of color #1A684F: hue angle of 160.77º 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 #1A684F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 79 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.59 |
| HSL | 160.77º | 0.6% | 0.25% | - |
| HSV(B) | 160.77º | 0.75% | 0.41% | - |
| XYZ | 6.79 | 10.68 | 9.1 | - |
| YUV | 77.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 79 | 0.75 | 0 | 0.24 | 0.59 | 160.77 | 0.6 | 0.25 |
| Hex | 1A | 68 | 4F | 4B | 0 | 18 | 3B | A1 | 3C | 19 |
| Octal | 32 | 150 | 117 | 113 | 0 | 30 | 73 | 241 | 74 | 31 |
| Binary | 11010 | 1101000 | 1001111 | 1001011 | 0 | 11000 | 111011 | 10100001 | 111100 | 11001 |
Color Harmonies of #1A684F
Complementary color
Monochromatic Colors of #1A684F
Black with #1A684F
Text Example
Text Example
White with #1A684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A684F; }
p { color: rgb(26,104,79); }
H1.HeaderClassName
{
color: #1A684F;
}
.AnyTagClassName
{
color: #1A684F;
}
</style>
background-color css
<style>
a { background-color: #1A684F; }
a { background-color: rgb(26,104,79); }
div.DivClassName
{
background-color: #1A684F;
}
.BgClassName
{
background-color: #1A684F;
}
</style>
border-color css
<style>
span { border-color: #1A684F; }
span { border-color: rgb(26,104,79); }
td.TdClassName
{
border-color: #1A684F;
}
.TagClassName
{
border-color: #1A684F;
}
</style>