Shades of Light Sea Green #1ECDBD
Tints of Light Sea Green #1ECDBD
RGB
CMYK
RGB Variations
Color information
#1ECDBD (or 0x1ECDBD) is known color: Light Sea Green. HEX triplet: 1E, CD and BD. RGB value is (30,205,189). Sum of RGB (Red+Green+Blue) = 30+205+189=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDBD is #E13242. Grayscale: #969696. Windows color (decimal): -14758467 or 12438814. OLE color: 12438814.
HSL color Cylindrical-coordinate representation of color #1ECDBD: hue angle of 174.51º 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 #1ECDBD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 189 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.20 |
| HSL | 174.51º | 0.74% | 0.46% | - |
| HSV(B) | 174.51º | 0.85% | 0.8% | - |
| XYZ | 31.55 | 47.61 | 55.67 | - |
| YUV | 150.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 189 | 0.85 | 0 | 0.08 | 0.20 | 174.51 | 0.74 | 0.46 |
| Hex | 1E | CD | BD | 55 | 0 | 8 | 14 | AF | 4A | 2E |
| Octal | 36 | 315 | 275 | 125 | 0 | 10 | 24 | 257 | 112 | 56 |
| Binary | 11110 | 11001101 | 10111101 | 1010101 | 0 | 1000 | 10100 | 10101111 | 1001010 | 101110 |
Color Harmonies of #1ECDBD
Complementary color
Monochromatic Colors of #1ECDBD
Black with #1ECDBD
Text Example
Text Example
White with #1ECDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDBD; }
p { color: rgb(30,205,189); }
H1.HeaderClassName
{
color: #1ECDBD;
}
.AnyTagClassName
{
color: #1ECDBD;
}
</style>
background-color css
<style>
a { background-color: #1ECDBD; }
a { background-color: rgb(30,205,189); }
div.DivClassName
{
background-color: #1ECDBD;
}
.BgClassName
{
background-color: #1ECDBD;
}
</style>
border-color css
<style>
span { border-color: #1ECDBD; }
span { border-color: rgb(30,205,189); }
td.TdClassName
{
border-color: #1ECDBD;
}
.TagClassName
{
border-color: #1ECDBD;
}
</style>