Shades of Evening Sea #1A6750
Tints of Evening Sea #1A6750
RGB
CMYK
RGB Variations
Color information
#1A6750 (or 0x1A6750) is known color: Evening Sea. HEX triplet: 1A, 67 and 50. RGB value is (26,103,80). Sum of RGB (Red+Green+Blue) = 26+103+80=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6750 is #E598AF. Grayscale: #4D4D4D. Windows color (decimal): -15046832 or 5269274. OLE color: 5269274.
HSL color Cylindrical-coordinate representation of color #1A6750: hue angle of 162.08º degrees, saturation: 0.6, 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 #1A6750 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 80 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.60 |
| HSL | 162.08º | 0.6% | 0.25% | - |
| HSV(B) | 162.08º | 0.75% | 0.4% | - |
| XYZ | 6.72 | 10.5 | 9.26 | - |
| YUV | 77.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 80 | 0.75 | 0 | 0.22 | 0.60 | 162.08 | 0.6 | 0.25 |
| Hex | 1A | 67 | 50 | 4B | 0 | 16 | 3C | A2 | 3C | 19 |
| Octal | 32 | 147 | 120 | 113 | 0 | 26 | 74 | 242 | 74 | 31 |
| Binary | 11010 | 1100111 | 1010000 | 1001011 | 0 | 10110 | 111100 | 10100010 | 111100 | 11001 |
Color Harmonies of #1A6750
Complementary color
Monochromatic Colors of #1A6750
Black with #1A6750
Text Example
Text Example
White with #1A6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6750; }
p { color: rgb(26,103,80); }
H1.HeaderClassName
{
color: #1A6750;
}
.AnyTagClassName
{
color: #1A6750;
}
</style>
background-color css
<style>
a { background-color: #1A6750; }
a { background-color: rgb(26,103,80); }
div.DivClassName
{
background-color: #1A6750;
}
.BgClassName
{
background-color: #1A6750;
}
</style>
border-color css
<style>
span { border-color: #1A6750; }
span { border-color: rgb(26,103,80); }
td.TdClassName
{
border-color: #1A6750;
}
.TagClassName
{
border-color: #1A6750;
}
</style>