Shades of Light Sea Green #1EADBB
Tints of Light Sea Green #1EADBB
RGB
CMYK
RGB Variations
Color information
#1EADBB (or 0x1EADBB) is known color: Light Sea Green. HEX triplet: 1E, AD and BB. RGB value is (30,173,187). Sum of RGB (Red+Green+Blue) = 30+173+187=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #1EADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADBB is #E15244. Grayscale: #838383. Windows color (decimal): -14766661 or 12299550. OLE color: 12299550.
HSL color Cylindrical-coordinate representation of color #1EADBB: hue angle of 185.35º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EADBB is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 173 | 187 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.27 |
| HSL | 185.35º | 0.72% | 0.43% | - |
| HSV(B) | 185.35º | 0.84% | 0.73% | - |
| XYZ | 24.45 | 33.75 | 52.24 | - |
| YUV | 131.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 187 | 0.84 | 0.07 | 0 | 0.27 | 185.35 | 0.72 | 0.43 |
| Hex | 1E | AD | BB | 54 | 7 | 0 | 1B | B9 | 48 | 2B |
| Octal | 36 | 255 | 273 | 124 | 7 | 0 | 33 | 271 | 110 | 53 |
| Binary | 11110 | 10101101 | 10111011 | 1010100 | 111 | 0 | 11011 | 10111001 | 1001000 | 101011 |
Color Harmonies of #1EADBB
Complementary color
Monochromatic Colors of #1EADBB
Black with #1EADBB
Text Example
Text Example
White with #1EADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADBB; }
p { color: rgb(30,173,187); }
H1.HeaderClassName
{
color: #1EADBB;
}
.AnyTagClassName
{
color: #1EADBB;
}
</style>
background-color css
<style>
a { background-color: #1EADBB; }
a { background-color: rgb(30,173,187); }
div.DivClassName
{
background-color: #1EADBB;
}
.BgClassName
{
background-color: #1EADBB;
}
</style>
border-color css
<style>
span { border-color: #1EADBB; }
span { border-color: rgb(30,173,187); }
td.TdClassName
{
border-color: #1EADBB;
}
.TagClassName
{
border-color: #1EADBB;
}
</style>