Shades of Light Sea Green #1FBF9C
Tints of Light Sea Green #1FBF9C
RGB
CMYK
RGB Variations
Color information
#1FBF9C (or 0x1FBF9C) is known color: Light Sea Green. HEX triplet: 1F, BF and 9C. RGB value is (31,191,156). Sum of RGB (Red+Green+Blue) = 31+191+156=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBF9C is #E04063. Grayscale: #8B8B8B. Windows color (decimal): -14696548 or 10272543. OLE color: 10272543.
HSL color Cylindrical-coordinate representation of color #1FBF9C: hue angle of 166.88º 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 #1FBF9C is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 156 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.25 |
| HSL | 166.88º | 0.72% | 0.44% | - |
| HSV(B) | 166.88º | 0.84% | 0.75% | - |
| XYZ | 25.2 | 39.95 | 37.84 | - |
| YUV | 139.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 156 | 0.84 | 0 | 0.18 | 0.25 | 166.88 | 0.72 | 0.44 |
| Hex | 1F | BF | 9C | 54 | 0 | 12 | 19 | A7 | 48 | 2C |
| Octal | 37 | 277 | 234 | 124 | 0 | 22 | 31 | 247 | 110 | 54 |
| Binary | 11111 | 10111111 | 10011100 | 1010100 | 0 | 10010 | 11001 | 10100111 | 1001000 | 101100 |
Color Harmonies of #1FBF9C
Complementary color
Monochromatic Colors of #1FBF9C
Black with #1FBF9C
Text Example
Text Example
White with #1FBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF9C; }
p { color: rgb(31,191,156); }
H1.HeaderClassName
{
color: #1FBF9C;
}
.AnyTagClassName
{
color: #1FBF9C;
}
</style>
background-color css
<style>
a { background-color: #1FBF9C; }
a { background-color: rgb(31,191,156); }
div.DivClassName
{
background-color: #1FBF9C;
}
.BgClassName
{
background-color: #1FBF9C;
}
</style>
border-color css
<style>
span { border-color: #1FBF9C; }
span { border-color: rgb(31,191,156); }
td.TdClassName
{
border-color: #1FBF9C;
}
.TagClassName
{
border-color: #1FBF9C;
}
</style>