Shades of Light Sea Green #1EBDC2
Tints of Light Sea Green #1EBDC2
RGB
CMYK
RGB Variations
Color information
#1EBDC2 (or 0x1EBDC2) is known color: Light Sea Green. HEX triplet: 1E, BD and C2. RGB value is (30,189,194). Sum of RGB (Red+Green+Blue) = 30+189+194=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 194 - color contains mainly: blue. Hex color #1EBDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDC2 is #E1423D. Grayscale: #8D8D8D. Windows color (decimal): -14762558 or 12762398. OLE color: 12762398.
HSL color Cylindrical-coordinate representation of color #1EBDC2: hue angle of 181.83º 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 #1EBDC2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 189 | 194 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.24 |
| HSL | 181.83º | 0.73% | 0.44% | - |
| HSV(B) | 181.83º | 0.85% | 0.76% | - |
| XYZ | 28.47 | 40.57 | 57.37 | - |
| YUV | 142.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 194 | 0.85 | 0.03 | 0 | 0.24 | 181.83 | 0.73 | 0.44 |
| Hex | 1E | BD | C2 | 55 | 3 | 0 | 18 | B6 | 49 | 2C |
| Octal | 36 | 275 | 302 | 125 | 3 | 0 | 30 | 266 | 111 | 54 |
| Binary | 11110 | 10111101 | 11000010 | 1010101 | 11 | 0 | 11000 | 10110110 | 1001001 | 101100 |
Color Harmonies of #1EBDC2
Complementary color
Monochromatic Colors of #1EBDC2
Black with #1EBDC2
Text Example
Text Example
White with #1EBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDC2; }
p { color: rgb(30,189,194); }
H1.HeaderClassName
{
color: #1EBDC2;
}
.AnyTagClassName
{
color: #1EBDC2;
}
</style>
background-color css
<style>
a { background-color: #1EBDC2; }
a { background-color: rgb(30,189,194); }
div.DivClassName
{
background-color: #1EBDC2;
}
.BgClassName
{
background-color: #1EBDC2;
}
</style>
border-color css
<style>
span { border-color: #1EBDC2; }
span { border-color: rgb(30,189,194); }
td.TdClassName
{
border-color: #1EBDC2;
}
.TagClassName
{
border-color: #1EBDC2;
}
</style>