Shades of Light Sea Green #1FCEBC
Tints of Light Sea Green #1FCEBC
RGB
CMYK
RGB Variations
Color information
#1FCEBC (or 0x1FCEBC) is known color: Light Sea Green. HEX triplet: 1F, CE and BC. RGB value is (31,206,188). Sum of RGB (Red+Green+Blue) = 31+206+188=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEBC is #E03143. Grayscale: #979797. Windows color (decimal): -14692676 or 12373535. OLE color: 12373535.
HSL color Cylindrical-coordinate representation of color #1FCEBC: hue angle of 173.83º 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 #1FCEBC is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 188 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.19 |
| HSL | 173.83º | 0.74% | 0.46% | - |
| HSV(B) | 173.83º | 0.85% | 0.81% | - |
| XYZ | 31.71 | 48.06 | 55.18 | - |
| YUV | 151.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 188 | 0.85 | 0 | 0.09 | 0.19 | 173.83 | 0.74 | 0.46 |
| Hex | 1F | CE | BC | 55 | 0 | 9 | 13 | AE | 4A | 2E |
| Octal | 37 | 316 | 274 | 125 | 0 | 11 | 23 | 256 | 112 | 56 |
| Binary | 11111 | 11001110 | 10111100 | 1010101 | 0 | 1001 | 10011 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1FCEBC
Complementary color
Monochromatic Colors of #1FCEBC
Black with #1FCEBC
Text Example
Text Example
White with #1FCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEBC; }
p { color: rgb(31,206,188); }
H1.HeaderClassName
{
color: #1FCEBC;
}
.AnyTagClassName
{
color: #1FCEBC;
}
</style>
background-color css
<style>
a { background-color: #1FCEBC; }
a { background-color: rgb(31,206,188); }
div.DivClassName
{
background-color: #1FCEBC;
}
.BgClassName
{
background-color: #1FCEBC;
}
</style>
border-color css
<style>
span { border-color: #1FCEBC; }
span { border-color: rgb(31,206,188); }
td.TdClassName
{
border-color: #1FCEBC;
}
.TagClassName
{
border-color: #1FCEBC;
}
</style>