Shades of Light Sea Green #1FCEAF
Tints of Light Sea Green #1FCEAF
RGB
CMYK
RGB Variations
Color information
#1FCEAF (or 0x1FCEAF) is known color: Light Sea Green. HEX triplet: 1F, CE and AF. RGB value is (31,206,175). Sum of RGB (Red+Green+Blue) = 31+206+175=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCEAF is #E03150. Grayscale: #969696. Windows color (decimal): -14692689 or 11521567. OLE color: 11521567.
HSL color Cylindrical-coordinate representation of color #1FCEAF: hue angle of 169.37º 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 #1FCEAF is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 175 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.19 |
| HSL | 169.37º | 0.74% | 0.46% | - |
| HSV(B) | 169.37º | 0.85% | 0.81% | - |
| XYZ | 30.37 | 47.53 | 48.13 | - |
| YUV | 150.14 | 142.02 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 175 | 0.85 | 0 | 0.15 | 0.19 | 169.37 | 0.74 | 0.46 |
| Hex | 1F | CE | AF | 55 | 0 | F | 13 | A9 | 4A | 2E |
| Octal | 37 | 316 | 257 | 125 | 0 | 17 | 23 | 251 | 112 | 56 |
| Binary | 11111 | 11001110 | 10101111 | 1010101 | 0 | 1111 | 10011 | 10101001 | 1001010 | 101110 |
Color Harmonies of #1FCEAF
Complementary color
Monochromatic Colors of #1FCEAF
Black with #1FCEAF
Text Example
Text Example
White with #1FCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEAF; }
p { color: rgb(31,206,175); }
H1.HeaderClassName
{
color: #1FCEAF;
}
.AnyTagClassName
{
color: #1FCEAF;
}
</style>
background-color css
<style>
a { background-color: #1FCEAF; }
a { background-color: rgb(31,206,175); }
div.DivClassName
{
background-color: #1FCEAF;
}
.BgClassName
{
background-color: #1FCEAF;
}
</style>
border-color css
<style>
span { border-color: #1FCEAF; }
span { border-color: rgb(31,206,175); }
td.TdClassName
{
border-color: #1FCEAF;
}
.TagClassName
{
border-color: #1FCEAF;
}
</style>