Shades of Light Sea Green #1ECDBE
Tints of Light Sea Green #1ECDBE
RGB
CMYK
RGB Variations
Color information
#1ECDBE (or 0x1ECDBE) is known color: Light Sea Green. HEX triplet: 1E, CD and BE. RGB value is (30,205,190). Sum of RGB (Red+Green+Blue) = 30+205+190=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDBE is #E13241. Grayscale: #969696. Windows color (decimal): -14758466 or 12504350. OLE color: 12504350.
HSL color Cylindrical-coordinate representation of color #1ECDBE: hue angle of 174.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECDBE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 190 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.20 |
| HSL | 174.86º | 0.74% | 0.46% | - |
| HSV(B) | 174.86º | 0.85% | 0.8% | - |
| XYZ | 31.66 | 47.66 | 56.25 | - |
| YUV | 150.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 190 | 0.85 | 0 | 0.07 | 0.20 | 174.86 | 0.74 | 0.46 |
| Hex | 1E | CD | BE | 55 | 0 | 7 | 14 | AF | 4A | 2E |
| Octal | 36 | 315 | 276 | 125 | 0 | 7 | 24 | 257 | 112 | 56 |
| Binary | 11110 | 11001101 | 10111110 | 1010101 | 0 | 111 | 10100 | 10101111 | 1001010 | 101110 |
Color Harmonies of #1ECDBE
Complementary color
Monochromatic Colors of #1ECDBE
Black with #1ECDBE
Text Example
Text Example
White with #1ECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDBE; }
p { color: rgb(30,205,190); }
H1.HeaderClassName
{
color: #1ECDBE;
}
.AnyTagClassName
{
color: #1ECDBE;
}
</style>
background-color css
<style>
a { background-color: #1ECDBE; }
a { background-color: rgb(30,205,190); }
div.DivClassName
{
background-color: #1ECDBE;
}
.BgClassName
{
background-color: #1ECDBE;
}
</style>
border-color css
<style>
span { border-color: #1ECDBE; }
span { border-color: rgb(30,205,190); }
td.TdClassName
{
border-color: #1ECDBE;
}
.TagClassName
{
border-color: #1ECDBE;
}
</style>