Shades of Evening Sea #1A6651
Tints of Evening Sea #1A6651
RGB
CMYK
RGB Variations
Color information
#1A6651 (or 0x1A6651) is known color: Evening Sea. HEX triplet: 1A, 66 and 51. RGB value is (26,102,81). Sum of RGB (Red+Green+Blue) = 26+102+81=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #1A6651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6651 is #E599AE. Grayscale: #4C4C4C. Windows color (decimal): -15047087 or 5334554. OLE color: 5334554.
HSL color Cylindrical-coordinate representation of color #1A6651: hue angle of 163.42º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6651 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 81 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.6 |
| HSL | 163.42º | 0.59% | 0.25% | - |
| HSV(B) | 163.42º | 0.75% | 0.4% | - |
| XYZ | 6.66 | 10.32 | 9.42 | - |
| YUV | 76.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 81 | 0.75 | 0 | 0.21 | 0.6 | 163.42 | 0.59 | 0.25 |
| Hex | 1A | 66 | 51 | 4B | 0 | 15 | 3C | A3 | 3B | 19 |
| Octal | 32 | 146 | 121 | 113 | 0 | 25 | 74 | 243 | 73 | 31 |
| Binary | 11010 | 1100110 | 1010001 | 1001011 | 0 | 10101 | 111100 | 10100011 | 111011 | 11001 |
Color Harmonies of #1A6651
Complementary color
Monochromatic Colors of #1A6651
Black with #1A6651
Text Example
Text Example
White with #1A6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6651; }
p { color: rgb(26,102,81); }
H1.HeaderClassName
{
color: #1A6651;
}
.AnyTagClassName
{
color: #1A6651;
}
</style>
background-color css
<style>
a { background-color: #1A6651; }
a { background-color: rgb(26,102,81); }
div.DivClassName
{
background-color: #1A6651;
}
.BgClassName
{
background-color: #1A6651;
}
</style>
border-color css
<style>
span { border-color: #1A6651; }
span { border-color: rgb(26,102,81); }
td.TdClassName
{
border-color: #1A6651;
}
.TagClassName
{
border-color: #1A6651;
}
</style>