Shades of Light Sea Green #1FCEBD
Tints of Light Sea Green #1FCEBD
RGB
CMYK
RGB Variations
Color information
#1FCEBD (or 0x1FCEBD) is known color: Light Sea Green. HEX triplet: 1F, CE and BD. RGB value is (31,206,189). Sum of RGB (Red+Green+Blue) = 31+206+189=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEBD is #E03142. Grayscale: #979797. Windows color (decimal): -14692675 or 12439071. OLE color: 12439071.
HSL color Cylindrical-coordinate representation of color #1FCEBD: hue angle of 174.17º 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 #1FCEBD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 189 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.19 |
| HSL | 174.17º | 0.74% | 0.46% | - |
| HSV(B) | 174.17º | 0.85% | 0.81% | - |
| XYZ | 31.82 | 48.11 | 55.75 | - |
| YUV | 151.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 189 | 0.85 | 0 | 0.08 | 0.19 | 174.17 | 0.74 | 0.46 |
| Hex | 1F | CE | BD | 55 | 0 | 8 | 13 | AE | 4A | 2E |
| Octal | 37 | 316 | 275 | 125 | 0 | 10 | 23 | 256 | 112 | 56 |
| Binary | 11111 | 11001110 | 10111101 | 1010101 | 0 | 1000 | 10011 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1FCEBD
Complementary color
Monochromatic Colors of #1FCEBD
Black with #1FCEBD
Text Example
Text Example
White with #1FCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEBD; }
p { color: rgb(31,206,189); }
H1.HeaderClassName
{
color: #1FCEBD;
}
.AnyTagClassName
{
color: #1FCEBD;
}
</style>
background-color css
<style>
a { background-color: #1FCEBD; }
a { background-color: rgb(31,206,189); }
div.DivClassName
{
background-color: #1FCEBD;
}
.BgClassName
{
background-color: #1FCEBD;
}
</style>
border-color css
<style>
span { border-color: #1FCEBD; }
span { border-color: rgb(31,206,189); }
td.TdClassName
{
border-color: #1FCEBD;
}
.TagClassName
{
border-color: #1FCEBD;
}
</style>