Shades of Light Sea Green #1EC2B6
Tints of Light Sea Green #1EC2B6
RGB
CMYK
RGB Variations
Color information
#1EC2B6 (or 0x1EC2B6) is known color: Light Sea Green. HEX triplet: 1E, C2 and B6. RGB value is (30,194,182). Sum of RGB (Red+Green+Blue) = 30+194+182=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC2B6 is #E13D49. Grayscale: #8F8F8F. Windows color (decimal): -14761290 or 11977246. OLE color: 11977246.
HSL color Cylindrical-coordinate representation of color #1EC2B6: hue angle of 175.61º 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 #1EC2B6 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 182 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.24 |
| HSL | 175.61º | 0.73% | 0.44% | - |
| HSV(B) | 175.61º | 0.85% | 0.76% | - |
| XYZ | 28.27 | 42.24 | 50.92 | - |
| YUV | 143.6 | 149.67 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 182 | 0.85 | 0 | 0.06 | 0.24 | 175.61 | 0.73 | 0.44 |
| Hex | 1E | C2 | B6 | 55 | 0 | 6 | 18 | B0 | 49 | 2C |
| Octal | 36 | 302 | 266 | 125 | 0 | 6 | 30 | 260 | 111 | 54 |
| Binary | 11110 | 11000010 | 10110110 | 1010101 | 0 | 110 | 11000 | 10110000 | 1001001 | 101100 |
Color Harmonies of #1EC2B6
Complementary color
Monochromatic Colors of #1EC2B6
Black with #1EC2B6
Text Example
Text Example
White with #1EC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC2B6; }
p { color: rgb(30,194,182); }
H1.HeaderClassName
{
color: #1EC2B6;
}
.AnyTagClassName
{
color: #1EC2B6;
}
</style>
background-color css
<style>
a { background-color: #1EC2B6; }
a { background-color: rgb(30,194,182); }
div.DivClassName
{
background-color: #1EC2B6;
}
.BgClassName
{
background-color: #1EC2B6;
}
</style>
border-color css
<style>
span { border-color: #1EC2B6; }
span { border-color: rgb(30,194,182); }
td.TdClassName
{
border-color: #1EC2B6;
}
.TagClassName
{
border-color: #1EC2B6;
}
</style>