Shades of Light Sea Green #1FB19D
Tints of Light Sea Green #1FB19D
RGB
CMYK
RGB Variations
Color information
#1FB19D (or 0x1FB19D) is known color: Light Sea Green. HEX triplet: 1F, B1 and 9D. RGB value is (31,177,157). Sum of RGB (Red+Green+Blue) = 31+177+157=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB19D is #E04E62. Grayscale: #838383. Windows color (decimal): -14700131 or 10334495. OLE color: 10334495.
HSL color Cylindrical-coordinate representation of color #1FB19D: hue angle of 171.78º 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 #1FB19D is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 157 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.31 |
| HSL | 171.78º | 0.7% | 0.41% | - |
| HSV(B) | 171.78º | 0.82% | 0.69% | - |
| XYZ | 22.37 | 34.17 | 37.31 | - |
| YUV | 131.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 157 | 0.82 | 0 | 0.11 | 0.31 | 171.78 | 0.7 | 0.41 |
| Hex | 1F | B1 | 9D | 52 | 0 | B | 1F | AC | 46 | 29 |
| Octal | 37 | 261 | 235 | 122 | 0 | 13 | 37 | 254 | 106 | 51 |
| Binary | 11111 | 10110001 | 10011101 | 1010010 | 0 | 1011 | 11111 | 10101100 | 1000110 | 101001 |
Color Harmonies of #1FB19D
Complementary color
Monochromatic Colors of #1FB19D
Black with #1FB19D
Text Example
Text Example
White with #1FB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB19D; }
p { color: rgb(31,177,157); }
H1.HeaderClassName
{
color: #1FB19D;
}
.AnyTagClassName
{
color: #1FB19D;
}
</style>
background-color css
<style>
a { background-color: #1FB19D; }
a { background-color: rgb(31,177,157); }
div.DivClassName
{
background-color: #1FB19D;
}
.BgClassName
{
background-color: #1FB19D;
}
</style>
border-color css
<style>
span { border-color: #1FB19D; }
span { border-color: rgb(31,177,157); }
td.TdClassName
{
border-color: #1FB19D;
}
.TagClassName
{
border-color: #1FB19D;
}
</style>