Shades of Light Sea Green #1ECEB6
Tints of Light Sea Green #1ECEB6
RGB
CMYK
RGB Variations
Color information
#1ECEB6 (or 0x1ECEB6) is known color: Light Sea Green. HEX triplet: 1E, CE and B6. RGB value is (30,206,182). Sum of RGB (Red+Green+Blue) = 30+206+182=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEB6 is #E13149. Grayscale: #969696. Windows color (decimal): -14758218 or 11980318. OLE color: 11980318.
HSL color Cylindrical-coordinate representation of color #1ECEB6: hue angle of 171.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECEB6 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 30 | 206 | 182 | - |
CMYK | 0.85 | 0 | 0.12 | 0.19 |
HSL | 171.82º | 0.75% | 0.46% | - |
HSV(B) | 171.82º | 0.85% | 0.81% | - |
XYZ | 31.05 | 47.8 | 51.85 | - |
YUV | 150.64 | 145.69 | 41.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 206 | 182 | 0.85 | 0 | 0.12 | 0.19 | 171.82 | 0.75 | 0.46 |
Hex | 1E | CE | B6 | 55 | 0 | C | 13 | AC | 4B | 2E |
Octal | 36 | 316 | 266 | 125 | 0 | 14 | 23 | 254 | 113 | 56 |
Binary | 11110 | 11001110 | 10110110 | 1010101 | 0 | 1100 | 10011 | 10101100 | 1001011 | 101110 |
Color Harmonies of #1ECEB6
Complementary color
Monochromatic Colors of #1ECEB6
Black with #1ECEB6
Text Example
Text Example
White with #1ECEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEB6; }
p { color: rgb(30,206,182); }
H1.HeaderClassName
{
color: #1ECEB6;
}
.AnyTagClassName
{
color: #1ECEB6;
}
</style>
background-color css
<style>
a { background-color: #1ECEB6; }
a { background-color: rgb(30,206,182); }
div.DivClassName
{
background-color: #1ECEB6;
}
.BgClassName
{
background-color: #1ECEB6;
}
</style>
border-color css
<style>
span { border-color: #1ECEB6; }
span { border-color: rgb(30,206,182); }
td.TdClassName
{
border-color: #1ECEB6;
}
.TagClassName
{
border-color: #1ECEB6;
}
</style>