Shades of Light Sea Green #1EAAB5
Tints of Light Sea Green #1EAAB5
RGB
CMYK
RGB Variations
Color information
#1EAAB5 (or 0x1EAAB5) is known color: Light Sea Green. HEX triplet: 1E, AA and B5. RGB value is (30,170,181). Sum of RGB (Red+Green+Blue) = 30+170+181=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #1EAAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAAB5 is #E1554A. Grayscale: #818181. Windows color (decimal): -14767435 or 11905566. OLE color: 11905566.
HSL color Cylindrical-coordinate representation of color #1EAAB5: hue angle of 184.37º degrees, saturation: 0.72, 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 #1EAAB5 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 170 | 181 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.29 |
| HSL | 184.37º | 0.72% | 0.41% | - |
| HSV(B) | 184.37º | 0.83% | 0.71% | - |
| XYZ | 23.25 | 32.36 | 48.74 | - |
| YUV | 129.39 | 157.12 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 181 | 0.83 | 0.06 | 0 | 0.29 | 184.37 | 0.72 | 0.41 |
| Hex | 1E | AA | B5 | 53 | 6 | 0 | 1D | B8 | 48 | 29 |
| Octal | 36 | 252 | 265 | 123 | 6 | 0 | 35 | 270 | 110 | 51 |
| Binary | 11110 | 10101010 | 10110101 | 1010011 | 110 | 0 | 11101 | 10111000 | 1001000 | 101001 |
Color Harmonies of #1EAAB5
Complementary color
Monochromatic Colors of #1EAAB5
Black with #1EAAB5
Text Example
Text Example
White with #1EAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAAB5; }
p { color: rgb(30,170,181); }
H1.HeaderClassName
{
color: #1EAAB5;
}
.AnyTagClassName
{
color: #1EAAB5;
}
</style>
background-color css
<style>
a { background-color: #1EAAB5; }
a { background-color: rgb(30,170,181); }
div.DivClassName
{
background-color: #1EAAB5;
}
.BgClassName
{
background-color: #1EAAB5;
}
</style>
border-color css
<style>
span { border-color: #1EAAB5; }
span { border-color: rgb(30,170,181); }
td.TdClassName
{
border-color: #1EAAB5;
}
.TagClassName
{
border-color: #1EAAB5;
}
</style>