Shades of Light Sea Green #1FB19B
Tints of Light Sea Green #1FB19B
RGB
CMYK
RGB Variations
Color information
#1FB19B (or 0x1FB19B) is known color: Light Sea Green. HEX triplet: 1F, B1 and 9B. RGB value is (31,177,155). Sum of RGB (Red+Green+Blue) = 31+177+155=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB19B is #E04E64. Grayscale: #828282. Windows color (decimal): -14700133 or 10203423. OLE color: 10203423.
HSL color Cylindrical-coordinate representation of color #1FB19B: hue angle of 170.96º 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 #1FB19B is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 155 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.31 |
| HSL | 170.96º | 0.7% | 0.41% | - |
| HSV(B) | 170.96º | 0.82% | 0.69% | - |
| XYZ | 22.2 | 34.1 | 36.42 | - |
| YUV | 130.84 | 141.63 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 155 | 0.82 | 0 | 0.12 | 0.31 | 170.96 | 0.7 | 0.41 |
| Hex | 1F | B1 | 9B | 52 | 0 | C | 1F | AB | 46 | 29 |
| Octal | 37 | 261 | 233 | 122 | 0 | 14 | 37 | 253 | 106 | 51 |
| Binary | 11111 | 10110001 | 10011011 | 1010010 | 0 | 1100 | 11111 | 10101011 | 1000110 | 101001 |
Color Harmonies of #1FB19B
Complementary color
Monochromatic Colors of #1FB19B
Black with #1FB19B
Text Example
Text Example
White with #1FB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB19B; }
p { color: rgb(31,177,155); }
H1.HeaderClassName
{
color: #1FB19B;
}
.AnyTagClassName
{
color: #1FB19B;
}
</style>
background-color css
<style>
a { background-color: #1FB19B; }
a { background-color: rgb(31,177,155); }
div.DivClassName
{
background-color: #1FB19B;
}
.BgClassName
{
background-color: #1FB19B;
}
</style>
border-color css
<style>
span { border-color: #1FB19B; }
span { border-color: rgb(31,177,155); }
td.TdClassName
{
border-color: #1FB19B;
}
.TagClassName
{
border-color: #1FB19B;
}
</style>