Shades of Light Sea Green #1FC09D
Tints of Light Sea Green #1FC09D
RGB
CMYK
RGB Variations
Color information
#1FC09D (or 0x1FC09D) is known color: Light Sea Green. HEX triplet: 1F, C0 and 9D. RGB value is (31,192,157). Sum of RGB (Red+Green+Blue) = 31+192+157=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC09D is #E03F62. Grayscale: #8B8B8B. Windows color (decimal): -14696291 or 10338335. OLE color: 10338335.
HSL color Cylindrical-coordinate representation of color #1FC09D: hue angle of 166.96º 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 #1FC09D is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 157 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.25 |
| HSL | 166.96º | 0.72% | 0.44% | - |
| HSV(B) | 166.96º | 0.84% | 0.75% | - |
| XYZ | 25.5 | 40.42 | 38.36 | - |
| YUV | 139.87 | 137.66 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 157 | 0.84 | 0 | 0.18 | 0.25 | 166.96 | 0.72 | 0.44 |
| Hex | 1F | C0 | 9D | 54 | 0 | 12 | 19 | A7 | 48 | 2C |
| Octal | 37 | 300 | 235 | 124 | 0 | 22 | 31 | 247 | 110 | 54 |
| Binary | 11111 | 11000000 | 10011101 | 1010100 | 0 | 10010 | 11001 | 10100111 | 1001000 | 101100 |
Color Harmonies of #1FC09D
Complementary color
Monochromatic Colors of #1FC09D
Black with #1FC09D
Text Example
Text Example
White with #1FC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC09D; }
p { color: rgb(31,192,157); }
H1.HeaderClassName
{
color: #1FC09D;
}
.AnyTagClassName
{
color: #1FC09D;
}
</style>
background-color css
<style>
a { background-color: #1FC09D; }
a { background-color: rgb(31,192,157); }
div.DivClassName
{
background-color: #1FC09D;
}
.BgClassName
{
background-color: #1FC09D;
}
</style>
border-color css
<style>
span { border-color: #1FC09D; }
span { border-color: rgb(31,192,157); }
td.TdClassName
{
border-color: #1FC09D;
}
.TagClassName
{
border-color: #1FC09D;
}
</style>