Shades of Light Sea Green #1FCFBD
Tints of Light Sea Green #1FCFBD
RGB
CMYK
RGB Variations
Color information
#1FCFBD (or 0x1FCFBD) is known color: Light Sea Green. HEX triplet: 1F, CF and BD. RGB value is (31,207,189). Sum of RGB (Red+Green+Blue) = 31+207+189=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFBD is #E03042. Grayscale: #989898. Windows color (decimal): -14692419 or 12439327. OLE color: 12439327.
HSL color Cylindrical-coordinate representation of color #1FCFBD: hue angle of 173.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCFBD is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 189 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.19 |
| HSL | 173.86º | 0.74% | 0.47% | - |
| HSV(B) | 173.86º | 0.85% | 0.81% | - |
| XYZ | 32.06 | 48.59 | 55.83 | - |
| YUV | 152.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 189 | 0.85 | 0 | 0.09 | 0.19 | 173.86 | 0.74 | 0.47 |
| Hex | 1F | CF | BD | 55 | 0 | 9 | 13 | AE | 4A | 2F |
| Octal | 37 | 317 | 275 | 125 | 0 | 11 | 23 | 256 | 112 | 57 |
| Binary | 11111 | 11001111 | 10111101 | 1010101 | 0 | 1001 | 10011 | 10101110 | 1001010 | 101111 |
Color Harmonies of #1FCFBD
Complementary color
Monochromatic Colors of #1FCFBD
Black with #1FCFBD
Text Example
Text Example
White with #1FCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFBD; }
p { color: rgb(31,207,189); }
H1.HeaderClassName
{
color: #1FCFBD;
}
.AnyTagClassName
{
color: #1FCFBD;
}
</style>
background-color css
<style>
a { background-color: #1FCFBD; }
a { background-color: rgb(31,207,189); }
div.DivClassName
{
background-color: #1FCFBD;
}
.BgClassName
{
background-color: #1FCFBD;
}
</style>
border-color css
<style>
span { border-color: #1FCFBD; }
span { border-color: rgb(31,207,189); }
td.TdClassName
{
border-color: #1FCFBD;
}
.TagClassName
{
border-color: #1FCFBD;
}
</style>