Shades of Evening Sea #2A684E
Tints of Evening Sea #2A684E
RGB
CMYK
RGB Variations
Color information
#2A684E (or 0x2A684E) is known color: Evening Sea. HEX triplet: 2A, 68 and 4E. RGB value is (42,104,78). Sum of RGB (Red+Green+Blue) = 42+104+78=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #2A684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A684E is #D597B1. Grayscale: #525252. Windows color (decimal): -13998002 or 5138474. OLE color: 5138474.
HSL color Cylindrical-coordinate representation of color #2A684E: hue angle of 154.84º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A684E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 78 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.59 |
| HSL | 154.84º | 0.42% | 0.29% | - |
| HSV(B) | 154.84º | 0.6% | 0.41% | - |
| XYZ | 7.28 | 10.94 | 8.94 | - |
| YUV | 82.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 78 | 0.60 | 0 | 0.25 | 0.59 | 154.84 | 0.42 | 0.29 |
| Hex | 2A | 68 | 4E | 3C | 0 | 19 | 3B | 9B | 2A | 1D |
| Octal | 52 | 150 | 116 | 74 | 0 | 31 | 73 | 233 | 52 | 35 |
| Binary | 101010 | 1101000 | 1001110 | 111100 | 0 | 11001 | 111011 | 10011011 | 101010 | 11101 |
Color Harmonies of #2A684E
Complementary color
Monochromatic Colors of #2A684E
Black with #2A684E
Text Example
Text Example
White with #2A684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A684E; }
p { color: rgb(42,104,78); }
H1.HeaderClassName
{
color: #2A684E;
}
.AnyTagClassName
{
color: #2A684E;
}
</style>
background-color css
<style>
a { background-color: #2A684E; }
a { background-color: rgb(42,104,78); }
div.DivClassName
{
background-color: #2A684E;
}
.BgClassName
{
background-color: #2A684E;
}
</style>
border-color css
<style>
span { border-color: #2A684E; }
span { border-color: rgb(42,104,78); }
td.TdClassName
{
border-color: #2A684E;
}
.TagClassName
{
border-color: #2A684E;
}
</style>