Shades of Evening Sea #1A5D4E
Tints of Evening Sea #1A5D4E
RGB
CMYK
RGB Variations
Color information
#1A5D4E (or 0x1A5D4E) is known color: Evening Sea. HEX triplet: 1A, 5D and 4E. RGB value is (26,93,78). Sum of RGB (Red+Green+Blue) = 26+93+78=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D4E is #E5A2B1. Grayscale: #474747. Windows color (decimal): -15049394 or 5135642. OLE color: 5135642.
HSL color Cylindrical-coordinate representation of color #1A5D4E: hue angle of 166.57º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D4E is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 78 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.64 |
| HSL | 166.57º | 0.56% | 0.23% | - |
| HSV(B) | 166.57º | 0.72% | 0.36% | - |
| XYZ | 5.72 | 8.6 | 8.57 | - |
| YUV | 71.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 78 | 0.72 | 0 | 0.16 | 0.64 | 166.57 | 0.56 | 0.23 |
| Hex | 1A | 5D | 4E | 48 | 0 | 10 | 40 | A7 | 38 | 17 |
| Octal | 32 | 135 | 116 | 110 | 0 | 20 | 100 | 247 | 70 | 27 |
| Binary | 11010 | 1011101 | 1001110 | 1001000 | 0 | 10000 | 1000000 | 10100111 | 111000 | 10111 |
Color Harmonies of #1A5D4E
Complementary color
Monochromatic Colors of #1A5D4E
Black with #1A5D4E
Text Example
Text Example
White with #1A5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D4E; }
p { color: rgb(26,93,78); }
H1.HeaderClassName
{
color: #1A5D4E;
}
.AnyTagClassName
{
color: #1A5D4E;
}
</style>
background-color css
<style>
a { background-color: #1A5D4E; }
a { background-color: rgb(26,93,78); }
div.DivClassName
{
background-color: #1A5D4E;
}
.BgClassName
{
background-color: #1A5D4E;
}
</style>
border-color css
<style>
span { border-color: #1A5D4E; }
span { border-color: rgb(26,93,78); }
td.TdClassName
{
border-color: #1A5D4E;
}
.TagClassName
{
border-color: #1A5D4E;
}
</style>