Shades of Light Sea Green #1ED0BC
Tints of Light Sea Green #1ED0BC
RGB
CMYK
RGB Variations
Color information
#1ED0BC (or 0x1ED0BC) is known color: Light Sea Green. HEX triplet: 1E, D0 and BC. RGB value is (30,208,188). Sum of RGB (Red+Green+Blue) = 30+208+188=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED0BC is #E12F43. Grayscale: #989898. Windows color (decimal): -14757700 or 12374046. OLE color: 12374046.
HSL color Cylindrical-coordinate representation of color #1ED0BC: hue angle of 173.26º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED0BC is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 188 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.18 |
| HSL | 173.26º | 0.75% | 0.47% | - |
| HSV(B) | 173.26º | 0.86% | 0.82% | - |
| XYZ | 32.17 | 49.02 | 55.34 | - |
| YUV | 152.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 188 | 0.86 | 0 | 0.10 | 0.18 | 173.26 | 0.75 | 0.47 |
| Hex | 1E | D0 | BC | 56 | 0 | A | 12 | AD | 4B | 2F |
| Octal | 36 | 320 | 274 | 126 | 0 | 12 | 22 | 255 | 113 | 57 |
| Binary | 11110 | 11010000 | 10111100 | 1010110 | 0 | 1010 | 10010 | 10101101 | 1001011 | 101111 |
Color Harmonies of #1ED0BC
Complementary color
Monochromatic Colors of #1ED0BC
Black with #1ED0BC
Text Example
Text Example
White with #1ED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED0BC; }
p { color: rgb(30,208,188); }
H1.HeaderClassName
{
color: #1ED0BC;
}
.AnyTagClassName
{
color: #1ED0BC;
}
</style>
background-color css
<style>
a { background-color: #1ED0BC; }
a { background-color: rgb(30,208,188); }
div.DivClassName
{
background-color: #1ED0BC;
}
.BgClassName
{
background-color: #1ED0BC;
}
</style>
border-color css
<style>
span { border-color: #1ED0BC; }
span { border-color: rgb(30,208,188); }
td.TdClassName
{
border-color: #1ED0BC;
}
.TagClassName
{
border-color: #1ED0BC;
}
</style>