Shades of Light Sea Green #1FC09C
Tints of Light Sea Green #1FC09C
RGB
CMYK
RGB Variations
Color information
#1FC09C (or 0x1FC09C) is known color: Light Sea Green. HEX triplet: 1F, C0 and 9C. RGB value is (31,192,156). Sum of RGB (Red+Green+Blue) = 31+192+156=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC09C is #E03F63. Grayscale: #8B8B8B. Windows color (decimal): -14696292 or 10272799. OLE color: 10272799.
HSL color Cylindrical-coordinate representation of color #1FC09C: hue angle of 166.58º 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 #1FC09C is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 156 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.25 |
| HSL | 166.58º | 0.72% | 0.44% | - |
| HSV(B) | 166.58º | 0.84% | 0.75% | - |
| XYZ | 25.42 | 40.39 | 37.91 | - |
| YUV | 139.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 156 | 0.84 | 0 | 0.19 | 0.25 | 166.58 | 0.72 | 0.44 |
| Hex | 1F | C0 | 9C | 54 | 0 | 13 | 19 | A7 | 48 | 2C |
| Octal | 37 | 300 | 234 | 124 | 0 | 23 | 31 | 247 | 110 | 54 |
| Binary | 11111 | 11000000 | 10011100 | 1010100 | 0 | 10011 | 11001 | 10100111 | 1001000 | 101100 |
Color Harmonies of #1FC09C
Complementary color
Monochromatic Colors of #1FC09C
Black with #1FC09C
Text Example
Text Example
White with #1FC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC09C; }
p { color: rgb(31,192,156); }
H1.HeaderClassName
{
color: #1FC09C;
}
.AnyTagClassName
{
color: #1FC09C;
}
</style>
background-color css
<style>
a { background-color: #1FC09C; }
a { background-color: rgb(31,192,156); }
div.DivClassName
{
background-color: #1FC09C;
}
.BgClassName
{
background-color: #1FC09C;
}
</style>
border-color css
<style>
span { border-color: #1FC09C; }
span { border-color: rgb(31,192,156); }
td.TdClassName
{
border-color: #1FC09C;
}
.TagClassName
{
border-color: #1FC09C;
}
</style>