Shades of Light Sea Green #1EBA9A
Tints of Light Sea Green #1EBA9A
RGB
CMYK
RGB Variations
Color information
#1EBA9A (or 0x1EBA9A) is known color: Light Sea Green. HEX triplet: 1E, BA and 9A. RGB value is (30,186,154). Sum of RGB (Red+Green+Blue) = 30+186+154=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA9A is #E14565. Grayscale: #878787. Windows color (decimal): -14763366 or 10140190. OLE color: 10140190.
HSL color Cylindrical-coordinate representation of color #1EBA9A: hue angle of 167.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA9A is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 154 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.27 |
| HSL | 167.69º | 0.72% | 0.42% | - |
| HSV(B) | 167.69º | 0.84% | 0.73% | - |
| XYZ | 23.93 | 37.73 | 36.59 | - |
| YUV | 135.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 154 | 0.84 | 0 | 0.17 | 0.27 | 167.69 | 0.72 | 0.42 |
| Hex | 1E | BA | 9A | 54 | 0 | 11 | 1B | A8 | 48 | 2A |
| Octal | 36 | 272 | 232 | 124 | 0 | 21 | 33 | 250 | 110 | 52 |
| Binary | 11110 | 10111010 | 10011010 | 1010100 | 0 | 10001 | 11011 | 10101000 | 1001000 | 101010 |
Color Harmonies of #1EBA9A
Complementary color
Monochromatic Colors of #1EBA9A
Black with #1EBA9A
Text Example
Text Example
White with #1EBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA9A; }
p { color: rgb(30,186,154); }
H1.HeaderClassName
{
color: #1EBA9A;
}
.AnyTagClassName
{
color: #1EBA9A;
}
</style>
background-color css
<style>
a { background-color: #1EBA9A; }
a { background-color: rgb(30,186,154); }
div.DivClassName
{
background-color: #1EBA9A;
}
.BgClassName
{
background-color: #1EBA9A;
}
</style>
border-color css
<style>
span { border-color: #1EBA9A; }
span { border-color: rgb(30,186,154); }
td.TdClassName
{
border-color: #1EBA9A;
}
.TagClassName
{
border-color: #1EBA9A;
}
</style>