Shades of Light Sea Green #1FC2BE
Tints of Light Sea Green #1FC2BE
RGB
CMYK
RGB Variations
Color information
#1FC2BE (or 0x1FC2BE) is known color: Light Sea Green. HEX triplet: 1F, C2 and BE. RGB value is (31,194,190). Sum of RGB (Red+Green+Blue) = 31+194+190=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC2BE is #E03D41. Grayscale: #909090. Windows color (decimal): -14695746 or 12501535. OLE color: 12501535.
HSL color Cylindrical-coordinate representation of color #1FC2BE: hue angle of 178.53º 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 #1FC2BE is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 190 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.24 |
| HSL | 178.53º | 0.72% | 0.44% | - |
| HSV(B) | 178.53º | 0.84% | 0.76% | - |
| XYZ | 29.15 | 42.59 | 55.4 | - |
| YUV | 144.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 190 | 0.84 | 0 | 0.02 | 0.24 | 178.53 | 0.72 | 0.44 |
| Hex | 1F | C2 | BE | 54 | 0 | 2 | 18 | B3 | 48 | 2C |
| Octal | 37 | 302 | 276 | 124 | 0 | 2 | 30 | 263 | 110 | 54 |
| Binary | 11111 | 11000010 | 10111110 | 1010100 | 0 | 10 | 11000 | 10110011 | 1001000 | 101100 |
Color Harmonies of #1FC2BE
Complementary color
Monochromatic Colors of #1FC2BE
Black with #1FC2BE
Text Example
Text Example
White with #1FC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2BE; }
p { color: rgb(31,194,190); }
H1.HeaderClassName
{
color: #1FC2BE;
}
.AnyTagClassName
{
color: #1FC2BE;
}
</style>
background-color css
<style>
a { background-color: #1FC2BE; }
a { background-color: rgb(31,194,190); }
div.DivClassName
{
background-color: #1FC2BE;
}
.BgClassName
{
background-color: #1FC2BE;
}
</style>
border-color css
<style>
span { border-color: #1FC2BE; }
span { border-color: rgb(31,194,190); }
td.TdClassName
{
border-color: #1FC2BE;
}
.TagClassName
{
border-color: #1FC2BE;
}
</style>