Shades of Light Sea Green #1EADB4
Tints of Light Sea Green #1EADB4
RGB
CMYK
RGB Variations
Color information
#1EADB4 (or 0x1EADB4) is known color: Light Sea Green. HEX triplet: 1E, AD and B4. RGB value is (30,173,180). Sum of RGB (Red+Green+Blue) = 30+173+180=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #1EADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADB4 is #E1524B. Grayscale: #828282. Windows color (decimal): -14766668 or 11840798. OLE color: 11840798.
HSL color Cylindrical-coordinate representation of color #1EADB4: hue angle of 182.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EADB4 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 173 | 180 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.29 |
| HSL | 182.8º | 0.71% | 0.41% | - |
| HSV(B) | 182.8º | 0.83% | 0.71% | - |
| XYZ | 23.72 | 33.46 | 48.39 | - |
| YUV | 131.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 180 | 0.83 | 0.04 | 0 | 0.29 | 182.8 | 0.71 | 0.41 |
| Hex | 1E | AD | B4 | 53 | 4 | 0 | 1D | B7 | 47 | 29 |
| Octal | 36 | 255 | 264 | 123 | 4 | 0 | 35 | 267 | 107 | 51 |
| Binary | 11110 | 10101101 | 10110100 | 1010011 | 100 | 0 | 11101 | 10110111 | 1000111 | 101001 |
Color Harmonies of #1EADB4
Complementary color
Monochromatic Colors of #1EADB4
Black with #1EADB4
Text Example
Text Example
White with #1EADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADB4; }
p { color: rgb(30,173,180); }
H1.HeaderClassName
{
color: #1EADB4;
}
.AnyTagClassName
{
color: #1EADB4;
}
</style>
background-color css
<style>
a { background-color: #1EADB4; }
a { background-color: rgb(30,173,180); }
div.DivClassName
{
background-color: #1EADB4;
}
.BgClassName
{
background-color: #1EADB4;
}
</style>
border-color css
<style>
span { border-color: #1EADB4; }
span { border-color: rgb(30,173,180); }
td.TdClassName
{
border-color: #1EADB4;
}
.TagClassName
{
border-color: #1EADB4;
}
</style>