Shades of Light Sea Green #1FC0A0
Tints of Light Sea Green #1FC0A0
RGB
CMYK
RGB Variations
Color information
#1FC0A0 (or 0x1FC0A0) is known color: Light Sea Green. HEX triplet: 1F, C0 and A0. RGB value is (31,192,160). Sum of RGB (Red+Green+Blue) = 31+192+160=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC0A0 is #E03F5F. Grayscale: #8C8C8C. Windows color (decimal): -14696288 or 10534943. OLE color: 10534943.
HSL color Cylindrical-coordinate representation of color #1FC0A0: hue angle of 168.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC0A0 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 160 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.25 |
| HSL | 168.07º | 0.72% | 0.44% | - |
| HSV(B) | 168.07º | 0.84% | 0.75% | - |
| XYZ | 25.76 | 40.53 | 39.72 | - |
| YUV | 140.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 160 | 0.84 | 0 | 0.17 | 0.25 | 168.07 | 0.72 | 0.44 |
| Hex | 1F | C0 | A0 | 54 | 0 | 11 | 19 | A8 | 48 | 2C |
| Octal | 37 | 300 | 240 | 124 | 0 | 21 | 31 | 250 | 110 | 54 |
| Binary | 11111 | 11000000 | 10100000 | 1010100 | 0 | 10001 | 11001 | 10101000 | 1001000 | 101100 |
Color Harmonies of #1FC0A0
Complementary color
Monochromatic Colors of #1FC0A0
Black with #1FC0A0
Text Example
Text Example
White with #1FC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0A0; }
p { color: rgb(31,192,160); }
H1.HeaderClassName
{
color: #1FC0A0;
}
.AnyTagClassName
{
color: #1FC0A0;
}
</style>
background-color css
<style>
a { background-color: #1FC0A0; }
a { background-color: rgb(31,192,160); }
div.DivClassName
{
background-color: #1FC0A0;
}
.BgClassName
{
background-color: #1FC0A0;
}
</style>
border-color css
<style>
span { border-color: #1FC0A0; }
span { border-color: rgb(31,192,160); }
td.TdClassName
{
border-color: #1FC0A0;
}
.TagClassName
{
border-color: #1FC0A0;
}
</style>