Shades of Light Sea Green #1FCDBA
Tints of Light Sea Green #1FCDBA
RGB
CMYK
RGB Variations
Color information
#1FCDBA (or 0x1FCDBA) is known color: Light Sea Green. HEX triplet: 1F, CD and BA. RGB value is (31,205,186). Sum of RGB (Red+Green+Blue) = 31+205+186=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDBA is #E03245. Grayscale: #969696. Windows color (decimal): -14692934 or 12242207. OLE color: 12242207.
HSL color Cylindrical-coordinate representation of color #1FCDBA: hue angle of 173.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDBA is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 186 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.20 |
| HSL | 173.45º | 0.74% | 0.46% | - |
| HSV(B) | 173.45º | 0.85% | 0.8% | - |
| XYZ | 31.26 | 47.5 | 53.98 | - |
| YUV | 150.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 186 | 0.85 | 0 | 0.09 | 0.20 | 173.45 | 0.74 | 0.46 |
| Hex | 1F | CD | BA | 55 | 0 | 9 | 14 | AD | 4A | 2E |
| Octal | 37 | 315 | 272 | 125 | 0 | 11 | 24 | 255 | 112 | 56 |
| Binary | 11111 | 11001101 | 10111010 | 1010101 | 0 | 1001 | 10100 | 10101101 | 1001010 | 101110 |
Color Harmonies of #1FCDBA
Complementary color
Monochromatic Colors of #1FCDBA
Black with #1FCDBA
Text Example
Text Example
White with #1FCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDBA; }
p { color: rgb(31,205,186); }
H1.HeaderClassName
{
color: #1FCDBA;
}
.AnyTagClassName
{
color: #1FCDBA;
}
</style>
background-color css
<style>
a { background-color: #1FCDBA; }
a { background-color: rgb(31,205,186); }
div.DivClassName
{
background-color: #1FCDBA;
}
.BgClassName
{
background-color: #1FCDBA;
}
</style>
border-color css
<style>
span { border-color: #1FCDBA; }
span { border-color: rgb(31,205,186); }
td.TdClassName
{
border-color: #1FCDBA;
}
.TagClassName
{
border-color: #1FCDBA;
}
</style>