Shades of Light Sea Green #1FC09E
Tints of Light Sea Green #1FC09E
RGB
CMYK
RGB Variations
Color information
#1FC09E (or 0x1FC09E) is known color: Light Sea Green. HEX triplet: 1F, C0 and 9E. RGB value is (31,192,158). Sum of RGB (Red+Green+Blue) = 31+192+158=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC09E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC09E is #E03F61. Grayscale: #8B8B8B. Windows color (decimal): -14696290 or 10403871. OLE color: 10403871.
HSL color Cylindrical-coordinate representation of color #1FC09E: hue angle of 167.33º 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 #1FC09E is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 158 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.25 |
| HSL | 167.33º | 0.72% | 0.44% | - |
| HSV(B) | 167.33º | 0.84% | 0.75% | - |
| XYZ | 25.59 | 40.46 | 38.81 | - |
| YUV | 139.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 158 | 0.84 | 0 | 0.18 | 0.25 | 167.33 | 0.72 | 0.44 |
| Hex | 1F | C0 | 9E | 54 | 0 | 12 | 19 | A7 | 48 | 2C |
| Octal | 37 | 300 | 236 | 124 | 0 | 22 | 31 | 247 | 110 | 54 |
| Binary | 11111 | 11000000 | 10011110 | 1010100 | 0 | 10010 | 11001 | 10100111 | 1001000 | 101100 |
Color Harmonies of #1FC09E
Complementary color
Monochromatic Colors of #1FC09E
Black with #1FC09E
Text Example
Text Example
White with #1FC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC09E; }
p { color: rgb(31,192,158); }
H1.HeaderClassName
{
color: #1FC09E;
}
.AnyTagClassName
{
color: #1FC09E;
}
</style>
background-color css
<style>
a { background-color: #1FC09E; }
a { background-color: rgb(31,192,158); }
div.DivClassName
{
background-color: #1FC09E;
}
.BgClassName
{
background-color: #1FC09E;
}
</style>
border-color css
<style>
span { border-color: #1FC09E; }
span { border-color: rgb(31,192,158); }
td.TdClassName
{
border-color: #1FC09E;
}
.TagClassName
{
border-color: #1FC09E;
}
</style>