Shades of Light Sea Green #1EBDAB
Tints of Light Sea Green #1EBDAB
RGB
CMYK
RGB Variations
Color information
#1EBDAB (or 0x1EBDAB) is known color: Light Sea Green. HEX triplet: 1E, BD and AB. RGB value is (30,189,171). Sum of RGB (Red+Green+Blue) = 30+189+171=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBDAB is #E14254. Grayscale: #8B8B8B. Windows color (decimal): -14762581 or 11255070. OLE color: 11255070.
HSL color Cylindrical-coordinate representation of color #1EBDAB: hue angle of 173.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBDAB is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 189 | 171 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.26 |
| HSL | 173.21º | 0.73% | 0.43% | - |
| HSV(B) | 173.21º | 0.84% | 0.74% | - |
| XYZ | 26.08 | 39.61 | 44.8 | - |
| YUV | 139.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 171 | 0.84 | 0 | 0.10 | 0.26 | 173.21 | 0.73 | 0.43 |
| Hex | 1E | BD | AB | 54 | 0 | A | 1A | AD | 49 | 2B |
| Octal | 36 | 275 | 253 | 124 | 0 | 12 | 32 | 255 | 111 | 53 |
| Binary | 11110 | 10111101 | 10101011 | 1010100 | 0 | 1010 | 11010 | 10101101 | 1001001 | 101011 |
Color Harmonies of #1EBDAB
Complementary color
Monochromatic Colors of #1EBDAB
Black with #1EBDAB
Text Example
Text Example
White with #1EBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDAB; }
p { color: rgb(30,189,171); }
H1.HeaderClassName
{
color: #1EBDAB;
}
.AnyTagClassName
{
color: #1EBDAB;
}
</style>
background-color css
<style>
a { background-color: #1EBDAB; }
a { background-color: rgb(30,189,171); }
div.DivClassName
{
background-color: #1EBDAB;
}
.BgClassName
{
background-color: #1EBDAB;
}
</style>
border-color css
<style>
span { border-color: #1EBDAB; }
span { border-color: rgb(30,189,171); }
td.TdClassName
{
border-color: #1EBDAB;
}
.TagClassName
{
border-color: #1EBDAB;
}
</style>