Shades of Evening Sea #1E6652
Tints of Evening Sea #1E6652
RGB
CMYK
RGB Variations
Color information
#1E6652 (or 0x1E6652) is known color: Evening Sea. HEX triplet: 1E, 66 and 52. RGB value is (30,102,82). Sum of RGB (Red+Green+Blue) = 30+102+82=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6652 is #E199AD. Grayscale: #4E4E4E. Windows color (decimal): -14784942 or 5400094. OLE color: 5400094.
HSL color Cylindrical-coordinate representation of color #1E6652: hue angle of 163.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6652 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 82 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.6 |
| HSL | 163.33º | 0.55% | 0.26% | - |
| HSV(B) | 163.33º | 0.71% | 0.4% | - |
| XYZ | 6.81 | 10.39 | 9.63 | - |
| YUV | 78.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 82 | 0.71 | 0 | 0.20 | 0.6 | 163.33 | 0.55 | 0.26 |
| Hex | 1E | 66 | 52 | 47 | 0 | 14 | 3C | A3 | 37 | 1A |
| Octal | 36 | 146 | 122 | 107 | 0 | 24 | 74 | 243 | 67 | 32 |
| Binary | 11110 | 1100110 | 1010010 | 1000111 | 0 | 10100 | 111100 | 10100011 | 110111 | 11010 |
Color Harmonies of #1E6652
Complementary color
Monochromatic Colors of #1E6652
Black with #1E6652
Text Example
Text Example
White with #1E6652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6652; }
p { color: rgb(30,102,82); }
H1.HeaderClassName
{
color: #1E6652;
}
.AnyTagClassName
{
color: #1E6652;
}
</style>
background-color css
<style>
a { background-color: #1E6652; }
a { background-color: rgb(30,102,82); }
div.DivClassName
{
background-color: #1E6652;
}
.BgClassName
{
background-color: #1E6652;
}
</style>
border-color css
<style>
span { border-color: #1E6652; }
span { border-color: rgb(30,102,82); }
td.TdClassName
{
border-color: #1E6652;
}
.TagClassName
{
border-color: #1E6652;
}
</style>