Shades of Light Sea Green #1FBBA3
Tints of Light Sea Green #1FBBA3
RGB
CMYK
RGB Variations
Color information
#1FBBA3 (or 0x1FBBA3) is known color: Light Sea Green. HEX triplet: 1F, BB and A3. RGB value is (31,187,163). Sum of RGB (Red+Green+Blue) = 31+187+163=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBA3 is #E0445C. Grayscale: #898989. Windows color (decimal): -14697565 or 10730271. OLE color: 10730271.
HSL color Cylindrical-coordinate representation of color #1FBBA3: hue angle of 170.77º 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 #1FBBA3 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 163 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.27 |
| HSL | 170.77º | 0.72% | 0.43% | - |
| HSV(B) | 170.77º | 0.83% | 0.73% | - |
| XYZ | 24.95 | 38.48 | 40.76 | - |
| YUV | 137.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 163 | 0.83 | 0 | 0.13 | 0.27 | 170.77 | 0.72 | 0.43 |
| Hex | 1F | BB | A3 | 53 | 0 | D | 1B | AB | 48 | 2B |
| Octal | 37 | 273 | 243 | 123 | 0 | 15 | 33 | 253 | 110 | 53 |
| Binary | 11111 | 10111011 | 10100011 | 1010011 | 0 | 1101 | 11011 | 10101011 | 1001000 | 101011 |
Color Harmonies of #1FBBA3
Complementary color
Monochromatic Colors of #1FBBA3
Black with #1FBBA3
Text Example
Text Example
White with #1FBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBA3; }
p { color: rgb(31,187,163); }
H1.HeaderClassName
{
color: #1FBBA3;
}
.AnyTagClassName
{
color: #1FBBA3;
}
</style>
background-color css
<style>
a { background-color: #1FBBA3; }
a { background-color: rgb(31,187,163); }
div.DivClassName
{
background-color: #1FBBA3;
}
.BgClassName
{
background-color: #1FBBA3;
}
</style>
border-color css
<style>
span { border-color: #1FBBA3; }
span { border-color: rgb(31,187,163); }
td.TdClassName
{
border-color: #1FBBA3;
}
.TagClassName
{
border-color: #1FBBA3;
}
</style>