Shades of Light Sea Green #1FCEAE
Tints of Light Sea Green #1FCEAE
RGB
CMYK
RGB Variations
Color information
#1FCEAE (or 0x1FCEAE) is known color: Light Sea Green. HEX triplet: 1F, CE and AE. RGB value is (31,206,174). Sum of RGB (Red+Green+Blue) = 31+206+174=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCEAE is #E03151. Grayscale: #959595. Windows color (decimal): -14692690 or 11456031. OLE color: 11456031.
HSL color Cylindrical-coordinate representation of color #1FCEAE: hue angle of 169.03º degrees, saturation: 0.74, 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 #1FCEAE is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 174 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.19 |
| HSL | 169.03º | 0.74% | 0.46% | - |
| HSV(B) | 169.03º | 0.85% | 0.81% | - |
| XYZ | 30.28 | 47.49 | 47.62 | - |
| YUV | 150.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 174 | 0.85 | 0 | 0.16 | 0.19 | 169.03 | 0.74 | 0.46 |
| Hex | 1F | CE | AE | 55 | 0 | 10 | 13 | A9 | 4A | 2E |
| Octal | 37 | 316 | 256 | 125 | 0 | 20 | 23 | 251 | 112 | 56 |
| Binary | 11111 | 11001110 | 10101110 | 1010101 | 0 | 10000 | 10011 | 10101001 | 1001010 | 101110 |
Color Harmonies of #1FCEAE
Complementary color
Monochromatic Colors of #1FCEAE
Black with #1FCEAE
Text Example
Text Example
White with #1FCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEAE; }
p { color: rgb(31,206,174); }
H1.HeaderClassName
{
color: #1FCEAE;
}
.AnyTagClassName
{
color: #1FCEAE;
}
</style>
background-color css
<style>
a { background-color: #1FCEAE; }
a { background-color: rgb(31,206,174); }
div.DivClassName
{
background-color: #1FCEAE;
}
.BgClassName
{
background-color: #1FCEAE;
}
</style>
border-color css
<style>
span { border-color: #1FCEAE; }
span { border-color: rgb(31,206,174); }
td.TdClassName
{
border-color: #1FCEAE;
}
.TagClassName
{
border-color: #1FCEAE;
}
</style>