Shades of Light Sea Green #1FCCBA
Tints of Light Sea Green #1FCCBA
RGB
CMYK
RGB Variations
Color information
#1FCCBA (or 0x1FCCBA) is known color: Light Sea Green. HEX triplet: 1F, CC and BA. RGB value is (31,204,186). Sum of RGB (Red+Green+Blue) = 31+204+186=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCBA is #E03345. Grayscale: #969696. Windows color (decimal): -14693190 or 12241951. OLE color: 12241951.
HSL color Cylindrical-coordinate representation of color #1FCCBA: hue angle of 173.76º 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 #1FCCBA is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 186 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.2 |
| HSL | 173.76º | 0.74% | 0.46% | - |
| HSV(B) | 173.76º | 0.85% | 0.8% | - |
| XYZ | 31.02 | 47.02 | 53.9 | - |
| YUV | 150.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 186 | 0.85 | 0 | 0.09 | 0.2 | 173.76 | 0.74 | 0.46 |
| Hex | 1F | CC | BA | 55 | 0 | 9 | 14 | AE | 4A | 2E |
| Octal | 37 | 314 | 272 | 125 | 0 | 11 | 24 | 256 | 112 | 56 |
| Binary | 11111 | 11001100 | 10111010 | 1010101 | 0 | 1001 | 10100 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1FCCBA
Complementary color
Monochromatic Colors of #1FCCBA
Black with #1FCCBA
Text Example
Text Example
White with #1FCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCBA; }
p { color: rgb(31,204,186); }
H1.HeaderClassName
{
color: #1FCCBA;
}
.AnyTagClassName
{
color: #1FCCBA;
}
</style>
background-color css
<style>
a { background-color: #1FCCBA; }
a { background-color: rgb(31,204,186); }
div.DivClassName
{
background-color: #1FCCBA;
}
.BgClassName
{
background-color: #1FCCBA;
}
</style>
border-color css
<style>
span { border-color: #1FCCBA; }
span { border-color: rgb(31,204,186); }
td.TdClassName
{
border-color: #1FCCBA;
}
.TagClassName
{
border-color: #1FCCBA;
}
</style>