Shades of Light Sea Green #1FBBA4
Tints of Light Sea Green #1FBBA4
RGB
CMYK
RGB Variations
Color information
#1FBBA4 (or 0x1FBBA4) is known color: Light Sea Green. HEX triplet: 1F, BB and A4. RGB value is (31,187,164). Sum of RGB (Red+Green+Blue) = 31+187+164=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBA4 is #E0445B. Grayscale: #898989. Windows color (decimal): -14697564 or 10795807. OLE color: 10795807.
HSL color Cylindrical-coordinate representation of color #1FBBA4: hue angle of 171.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBBA4 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 164 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.27 |
| HSL | 171.15º | 0.72% | 0.43% | - |
| HSV(B) | 171.15º | 0.83% | 0.73% | - |
| XYZ | 25.04 | 38.51 | 41.24 | - |
| YUV | 137.73 | 142.82 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 164 | 0.83 | 0 | 0.12 | 0.27 | 171.15 | 0.72 | 0.43 |
| Hex | 1F | BB | A4 | 53 | 0 | C | 1B | AB | 48 | 2B |
| Octal | 37 | 273 | 244 | 123 | 0 | 14 | 33 | 253 | 110 | 53 |
| Binary | 11111 | 10111011 | 10100100 | 1010011 | 0 | 1100 | 11011 | 10101011 | 1001000 | 101011 |
Color Harmonies of #1FBBA4
Complementary color
Monochromatic Colors of #1FBBA4
Black with #1FBBA4
Text Example
Text Example
White with #1FBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBA4; }
p { color: rgb(31,187,164); }
H1.HeaderClassName
{
color: #1FBBA4;
}
.AnyTagClassName
{
color: #1FBBA4;
}
</style>
background-color css
<style>
a { background-color: #1FBBA4; }
a { background-color: rgb(31,187,164); }
div.DivClassName
{
background-color: #1FBBA4;
}
.BgClassName
{
background-color: #1FBBA4;
}
</style>
border-color css
<style>
span { border-color: #1FBBA4; }
span { border-color: rgb(31,187,164); }
td.TdClassName
{
border-color: #1FBBA4;
}
.TagClassName
{
border-color: #1FBBA4;
}
</style>