Shades of Light Sea Green #1ECDAF
Tints of Light Sea Green #1ECDAF
RGB
CMYK
RGB Variations
Color information
#1ECDAF (or 0x1ECDAF) is known color: Light Sea Green. HEX triplet: 1E, CD and AF. RGB value is (30,205,175). Sum of RGB (Red+Green+Blue) = 30+205+175=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECDAF is #E13250. Grayscale: #959595. Windows color (decimal): -14758481 or 11521310. OLE color: 11521310.
HSL color Cylindrical-coordinate representation of color #1ECDAF: hue angle of 169.71º 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 #1ECDAF is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 175 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.20 |
| HSL | 169.71º | 0.74% | 0.46% | - |
| HSV(B) | 169.71º | 0.85% | 0.8% | - |
| XYZ | 30.1 | 47.03 | 48.05 | - |
| YUV | 149.26 | 142.52 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 175 | 0.85 | 0 | 0.15 | 0.20 | 169.71 | 0.74 | 0.46 |
| Hex | 1E | CD | AF | 55 | 0 | F | 14 | AA | 4A | 2E |
| Octal | 36 | 315 | 257 | 125 | 0 | 17 | 24 | 252 | 112 | 56 |
| Binary | 11110 | 11001101 | 10101111 | 1010101 | 0 | 1111 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1ECDAF
Complementary color
Monochromatic Colors of #1ECDAF
Black with #1ECDAF
Text Example
Text Example
White with #1ECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDAF; }
p { color: rgb(30,205,175); }
H1.HeaderClassName
{
color: #1ECDAF;
}
.AnyTagClassName
{
color: #1ECDAF;
}
</style>
background-color css
<style>
a { background-color: #1ECDAF; }
a { background-color: rgb(30,205,175); }
div.DivClassName
{
background-color: #1ECDAF;
}
.BgClassName
{
background-color: #1ECDAF;
}
</style>
border-color css
<style>
span { border-color: #1ECDAF; }
span { border-color: rgb(30,205,175); }
td.TdClassName
{
border-color: #1ECDAF;
}
.TagClassName
{
border-color: #1ECDAF;
}
</style>