Shades of Light Sea Green #1FC2B8
Tints of Light Sea Green #1FC2B8
RGB
CMYK
RGB Variations
Color information
#1FC2B8 (or 0x1FC2B8) is known color: Light Sea Green. HEX triplet: 1F, C2 and B8. RGB value is (31,194,184). Sum of RGB (Red+Green+Blue) = 31+194+184=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC2B8 is #E03D47. Grayscale: #909090. Windows color (decimal): -14695752 or 12108319. OLE color: 12108319.
HSL color Cylindrical-coordinate representation of color #1FC2B8: hue angle of 176.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC2B8 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 184 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.24 |
| HSL | 176.32º | 0.72% | 0.44% | - |
| HSV(B) | 176.32º | 0.84% | 0.76% | - |
| XYZ | 28.51 | 42.34 | 52.02 | - |
| YUV | 144.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 184 | 0.84 | 0 | 0.05 | 0.24 | 176.32 | 0.72 | 0.44 |
| Hex | 1F | C2 | B8 | 54 | 0 | 5 | 18 | B0 | 48 | 2C |
| Octal | 37 | 302 | 270 | 124 | 0 | 5 | 30 | 260 | 110 | 54 |
| Binary | 11111 | 11000010 | 10111000 | 1010100 | 0 | 101 | 11000 | 10110000 | 1001000 | 101100 |
Color Harmonies of #1FC2B8
Complementary color
Monochromatic Colors of #1FC2B8
Black with #1FC2B8
Text Example
Text Example
White with #1FC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2B8; }
p { color: rgb(31,194,184); }
H1.HeaderClassName
{
color: #1FC2B8;
}
.AnyTagClassName
{
color: #1FC2B8;
}
</style>
background-color css
<style>
a { background-color: #1FC2B8; }
a { background-color: rgb(31,194,184); }
div.DivClassName
{
background-color: #1FC2B8;
}
.BgClassName
{
background-color: #1FC2B8;
}
</style>
border-color css
<style>
span { border-color: #1FC2B8; }
span { border-color: rgb(31,194,184); }
td.TdClassName
{
border-color: #1FC2B8;
}
.TagClassName
{
border-color: #1FC2B8;
}
</style>