Shades of Light Sea Green #1FBBA0
Tints of Light Sea Green #1FBBA0
RGB
CMYK
RGB Variations
Color information
#1FBBA0 (or 0x1FBBA0) is known color: Light Sea Green. HEX triplet: 1F, BB and A0. RGB value is (31,187,160). Sum of RGB (Red+Green+Blue) = 31+187+160=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBA0 is #E0445F. Grayscale: #898989. Windows color (decimal): -14697568 or 10533663. OLE color: 10533663.
HSL color Cylindrical-coordinate representation of color #1FBBA0: hue angle of 169.62º 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 #1FBBA0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 160 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.27 |
| HSL | 169.62º | 0.72% | 0.43% | - |
| HSV(B) | 169.62º | 0.83% | 0.73% | - |
| XYZ | 24.68 | 38.37 | 39.36 | - |
| YUV | 137.28 | 140.82 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 160 | 0.83 | 0 | 0.14 | 0.27 | 169.62 | 0.72 | 0.43 |
| Hex | 1F | BB | A0 | 53 | 0 | E | 1B | AA | 48 | 2B |
| Octal | 37 | 273 | 240 | 123 | 0 | 16 | 33 | 252 | 110 | 53 |
| Binary | 11111 | 10111011 | 10100000 | 1010011 | 0 | 1110 | 11011 | 10101010 | 1001000 | 101011 |
Color Harmonies of #1FBBA0
Complementary color
Monochromatic Colors of #1FBBA0
Black with #1FBBA0
Text Example
Text Example
White with #1FBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBA0; }
p { color: rgb(31,187,160); }
H1.HeaderClassName
{
color: #1FBBA0;
}
.AnyTagClassName
{
color: #1FBBA0;
}
</style>
background-color css
<style>
a { background-color: #1FBBA0; }
a { background-color: rgb(31,187,160); }
div.DivClassName
{
background-color: #1FBBA0;
}
.BgClassName
{
background-color: #1FBBA0;
}
</style>
border-color css
<style>
span { border-color: #1FBBA0; }
span { border-color: rgb(31,187,160); }
td.TdClassName
{
border-color: #1FBBA0;
}
.TagClassName
{
border-color: #1FBBA0;
}
</style>