Shades of Light Sea Green #1FCBC0
Tints of Light Sea Green #1FCBC0
RGB
CMYK
RGB Variations
Color information
#1FCBC0 (or 0x1FCBC0) is known color: Light Sea Green. HEX triplet: 1F, CB and C0. RGB value is (31,203,192). Sum of RGB (Red+Green+Blue) = 31+203+192=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBC0 is #E0343F. Grayscale: #969696. Windows color (decimal): -14693440 or 12634911. OLE color: 12634911.
HSL color Cylindrical-coordinate representation of color #1FCBC0: hue angle of 176.16º 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 #1FCBC0 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 192 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.20 |
| HSL | 176.16º | 0.74% | 0.46% | - |
| HSV(B) | 176.16º | 0.85% | 0.8% | - |
| XYZ | 31.44 | 46.81 | 57.25 | - |
| YUV | 150.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 192 | 0.85 | 0 | 0.05 | 0.20 | 176.16 | 0.74 | 0.46 |
| Hex | 1F | CB | C0 | 55 | 0 | 5 | 14 | B0 | 4A | 2E |
| Octal | 37 | 313 | 300 | 125 | 0 | 5 | 24 | 260 | 112 | 56 |
| Binary | 11111 | 11001011 | 11000000 | 1010101 | 0 | 101 | 10100 | 10110000 | 1001010 | 101110 |
Color Harmonies of #1FCBC0
Complementary color
Monochromatic Colors of #1FCBC0
Black with #1FCBC0
Text Example
Text Example
White with #1FCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBC0; }
p { color: rgb(31,203,192); }
H1.HeaderClassName
{
color: #1FCBC0;
}
.AnyTagClassName
{
color: #1FCBC0;
}
</style>
background-color css
<style>
a { background-color: #1FCBC0; }
a { background-color: rgb(31,203,192); }
div.DivClassName
{
background-color: #1FCBC0;
}
.BgClassName
{
background-color: #1FCBC0;
}
</style>
border-color css
<style>
span { border-color: #1FCBC0; }
span { border-color: rgb(31,203,192); }
td.TdClassName
{
border-color: #1FCBC0;
}
.TagClassName
{
border-color: #1FCBC0;
}
</style>