Shades of Light Sea Green #1EACA5
Tints of Light Sea Green #1EACA5
RGB
CMYK
RGB Variations
Color information
#1EACA5 (or 0x1EACA5) is known color: Light Sea Green. HEX triplet: 1E, AC and A5. RGB value is (30,172,165). Sum of RGB (Red+Green+Blue) = 30+172+165=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #1EACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACA5 is #E1535A. Grayscale: #808080. Windows color (decimal): -14766939 or 10857502. OLE color: 10857502.
HSL color Cylindrical-coordinate representation of color #1EACA5: hue angle of 177.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACA5 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 165 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.33 |
| HSL | 177.04º | 0.7% | 0.4% | - |
| HSV(B) | 177.04º | 0.83% | 0.67% | - |
| XYZ | 22.08 | 32.5 | 40.71 | - |
| YUV | 128.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 165 | 0.83 | 0 | 0.04 | 0.33 | 177.04 | 0.7 | 0.4 |
| Hex | 1E | AC | A5 | 53 | 0 | 4 | 21 | B1 | 46 | 28 |
| Octal | 36 | 254 | 245 | 123 | 0 | 4 | 41 | 261 | 106 | 50 |
| Binary | 11110 | 10101100 | 10100101 | 1010011 | 0 | 100 | 100001 | 10110001 | 1000110 | 101000 |
Color Harmonies of #1EACA5
Complementary color
Monochromatic Colors of #1EACA5
Black with #1EACA5
Text Example
Text Example
White with #1EACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACA5; }
p { color: rgb(30,172,165); }
H1.HeaderClassName
{
color: #1EACA5;
}
.AnyTagClassName
{
color: #1EACA5;
}
</style>
background-color css
<style>
a { background-color: #1EACA5; }
a { background-color: rgb(30,172,165); }
div.DivClassName
{
background-color: #1EACA5;
}
.BgClassName
{
background-color: #1EACA5;
}
</style>
border-color css
<style>
span { border-color: #1EACA5; }
span { border-color: rgb(30,172,165); }
td.TdClassName
{
border-color: #1EACA5;
}
.TagClassName
{
border-color: #1EACA5;
}
</style>