Shades of Light Sea Green #1EBAC2
Tints of Light Sea Green #1EBAC2
RGB
CMYK
RGB Variations
Color information
#1EBAC2 (or 0x1EBAC2) is known color: Light Sea Green. HEX triplet: 1E, BA and C2. RGB value is (30,186,194). Sum of RGB (Red+Green+Blue) = 30+186+194=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #1EBAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAC2 is #E1453D. Grayscale: #8C8C8C. Windows color (decimal): -14763326 or 12761630. OLE color: 12761630.
HSL color Cylindrical-coordinate representation of color #1EBAC2: hue angle of 182.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBAC2 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 186 | 194 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.24 |
| HSL | 182.93º | 0.73% | 0.44% | - |
| HSV(B) | 182.93º | 0.85% | 0.76% | - |
| XYZ | 27.83 | 39.29 | 57.16 | - |
| YUV | 140.27 | 158.32 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 194 | 0.85 | 0.04 | 0 | 0.24 | 182.93 | 0.73 | 0.44 |
| Hex | 1E | BA | C2 | 55 | 4 | 0 | 18 | B7 | 49 | 2C |
| Octal | 36 | 272 | 302 | 125 | 4 | 0 | 30 | 267 | 111 | 54 |
| Binary | 11110 | 10111010 | 11000010 | 1010101 | 100 | 0 | 11000 | 10110111 | 1001001 | 101100 |
Color Harmonies of #1EBAC2
Complementary color
Monochromatic Colors of #1EBAC2
Black with #1EBAC2
Text Example
Text Example
White with #1EBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAC2; }
p { color: rgb(30,186,194); }
H1.HeaderClassName
{
color: #1EBAC2;
}
.AnyTagClassName
{
color: #1EBAC2;
}
</style>
background-color css
<style>
a { background-color: #1EBAC2; }
a { background-color: rgb(30,186,194); }
div.DivClassName
{
background-color: #1EBAC2;
}
.BgClassName
{
background-color: #1EBAC2;
}
</style>
border-color css
<style>
span { border-color: #1EBAC2; }
span { border-color: rgb(30,186,194); }
td.TdClassName
{
border-color: #1EBAC2;
}
.TagClassName
{
border-color: #1EBAC2;
}
</style>