Shades of Light Sea Green #1FB09C
Tints of Light Sea Green #1FB09C
RGB
CMYK
RGB Variations
Color information
#1FB09C (or 0x1FB09C) is known color: Light Sea Green. HEX triplet: 1F, B0 and 9C. RGB value is (31,176,156). Sum of RGB (Red+Green+Blue) = 31+176+156=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB09C is #E04F63. Grayscale: #828282. Windows color (decimal): -14700388 or 10268703. OLE color: 10268703.
HSL color Cylindrical-coordinate representation of color #1FB09C: hue angle of 171.72º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB09C is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 156 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.31 |
| HSL | 171.72º | 0.7% | 0.41% | - |
| HSV(B) | 171.72º | 0.82% | 0.69% | - |
| XYZ | 22.09 | 33.74 | 36.8 | - |
| YUV | 130.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 156 | 0.82 | 0 | 0.11 | 0.31 | 171.72 | 0.7 | 0.41 |
| Hex | 1F | B0 | 9C | 52 | 0 | B | 1F | AC | 46 | 29 |
| Octal | 37 | 260 | 234 | 122 | 0 | 13 | 37 | 254 | 106 | 51 |
| Binary | 11111 | 10110000 | 10011100 | 1010010 | 0 | 1011 | 11111 | 10101100 | 1000110 | 101001 |
Color Harmonies of #1FB09C
Complementary color
Monochromatic Colors of #1FB09C
Black with #1FB09C
Text Example
Text Example
White with #1FB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB09C; }
p { color: rgb(31,176,156); }
H1.HeaderClassName
{
color: #1FB09C;
}
.AnyTagClassName
{
color: #1FB09C;
}
</style>
background-color css
<style>
a { background-color: #1FB09C; }
a { background-color: rgb(31,176,156); }
div.DivClassName
{
background-color: #1FB09C;
}
.BgClassName
{
background-color: #1FB09C;
}
</style>
border-color css
<style>
span { border-color: #1FB09C; }
span { border-color: rgb(31,176,156); }
td.TdClassName
{
border-color: #1FB09C;
}
.TagClassName
{
border-color: #1FB09C;
}
</style>