Shades of Light Sea Green #1ECFBC
Tints of Light Sea Green #1ECFBC
RGB
CMYK
RGB Variations
Color information
#1ECFBC (or 0x1ECFBC) is known color: Light Sea Green. HEX triplet: 1E, CF and BC. RGB value is (30,207,188). Sum of RGB (Red+Green+Blue) = 30+207+188=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFBC is #E13043. Grayscale: #979797. Windows color (decimal): -14757956 or 12373790. OLE color: 12373790.
HSL color Cylindrical-coordinate representation of color #1ECFBC: hue angle of 173.56º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFBC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 188 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.19 |
| HSL | 173.56º | 0.75% | 0.46% | - |
| HSV(B) | 173.56º | 0.86% | 0.81% | - |
| XYZ | 31.93 | 48.53 | 55.26 | - |
| YUV | 151.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 188 | 0.86 | 0 | 0.09 | 0.19 | 173.56 | 0.75 | 0.46 |
| Hex | 1E | CF | BC | 56 | 0 | 9 | 13 | AE | 4B | 2E |
| Octal | 36 | 317 | 274 | 126 | 0 | 11 | 23 | 256 | 113 | 56 |
| Binary | 11110 | 11001111 | 10111100 | 1010110 | 0 | 1001 | 10011 | 10101110 | 1001011 | 101110 |
Color Harmonies of #1ECFBC
Complementary color
Monochromatic Colors of #1ECFBC
Black with #1ECFBC
Text Example
Text Example
White with #1ECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFBC; }
p { color: rgb(30,207,188); }
H1.HeaderClassName
{
color: #1ECFBC;
}
.AnyTagClassName
{
color: #1ECFBC;
}
</style>
background-color css
<style>
a { background-color: #1ECFBC; }
a { background-color: rgb(30,207,188); }
div.DivClassName
{
background-color: #1ECFBC;
}
.BgClassName
{
background-color: #1ECFBC;
}
</style>
border-color css
<style>
span { border-color: #1ECFBC; }
span { border-color: rgb(30,207,188); }
td.TdClassName
{
border-color: #1ECFBC;
}
.TagClassName
{
border-color: #1ECFBC;
}
</style>