Shades of Light Sea Green #1EC2BE
Tints of Light Sea Green #1EC2BE
RGB
CMYK
RGB Variations
Color information
#1EC2BE (or 0x1EC2BE) is known color: Light Sea Green. HEX triplet: 1E, C2 and BE. RGB value is (30,194,190). Sum of RGB (Red+Green+Blue) = 30+194+190=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2BE is #E13D41. Grayscale: #909090. Windows color (decimal): -14761282 or 12501534. OLE color: 12501534.
HSL color Cylindrical-coordinate representation of color #1EC2BE: hue angle of 178.54º 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 #1EC2BE is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 190 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.24 |
| HSL | 178.54º | 0.73% | 0.44% | - |
| HSV(B) | 178.54º | 0.85% | 0.76% | - |
| XYZ | 29.12 | 42.58 | 55.4 | - |
| YUV | 144.51 | 153.67 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 190 | 0.85 | 0 | 0.02 | 0.24 | 178.54 | 0.73 | 0.44 |
| Hex | 1E | C2 | BE | 55 | 0 | 2 | 18 | B3 | 49 | 2C |
| Octal | 36 | 302 | 276 | 125 | 0 | 2 | 30 | 263 | 111 | 54 |
| Binary | 11110 | 11000010 | 10111110 | 1010101 | 0 | 10 | 11000 | 10110011 | 1001001 | 101100 |
Color Harmonies of #1EC2BE
Complementary color
Monochromatic Colors of #1EC2BE
Black with #1EC2BE
Text Example
Text Example
White with #1EC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC2BE; }
p { color: rgb(30,194,190); }
H1.HeaderClassName
{
color: #1EC2BE;
}
.AnyTagClassName
{
color: #1EC2BE;
}
</style>
background-color css
<style>
a { background-color: #1EC2BE; }
a { background-color: rgb(30,194,190); }
div.DivClassName
{
background-color: #1EC2BE;
}
.BgClassName
{
background-color: #1EC2BE;
}
</style>
border-color css
<style>
span { border-color: #1EC2BE; }
span { border-color: rgb(30,194,190); }
td.TdClassName
{
border-color: #1EC2BE;
}
.TagClassName
{
border-color: #1EC2BE;
}
</style>