Shades of Light Sea Green #2FBBA8
Tints of Light Sea Green #2FBBA8
RGB
CMYK
RGB Variations
Color information
#2FBBA8 (or 0x2FBBA8) is known color: Light Sea Green. HEX triplet: 2F, BB and A8. RGB value is (47,187,168). Sum of RGB (Red+Green+Blue) = 47+187+168=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBBA8 is #D04457. Grayscale: #8E8E8E. Windows color (decimal): -13648984 or 11057967. OLE color: 11057967.
HSL color Cylindrical-coordinate representation of color #2FBBA8: hue angle of 171.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBBA8 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 168 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.27 |
| HSL | 171.86º | 0.6% | 0.46% | - |
| HSV(B) | 171.86º | 0.75% | 0.73% | - |
| XYZ | 26.01 | 38.97 | 43.2 | - |
| YUV | 142.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 168 | 0.75 | 0 | 0.10 | 0.27 | 171.86 | 0.6 | 0.46 |
| Hex | 2F | BB | A8 | 4B | 0 | A | 1B | AC | 3C | 2E |
| Octal | 57 | 273 | 250 | 113 | 0 | 12 | 33 | 254 | 74 | 56 |
| Binary | 101111 | 10111011 | 10101000 | 1001011 | 0 | 1010 | 11011 | 10101100 | 111100 | 101110 |
Color Harmonies of #2FBBA8
Complementary color
Monochromatic Colors of #2FBBA8
Black with #2FBBA8
Text Example
Text Example
White with #2FBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBA8; }
p { color: rgb(47,187,168); }
H1.HeaderClassName
{
color: #2FBBA8;
}
.AnyTagClassName
{
color: #2FBBA8;
}
</style>
background-color css
<style>
a { background-color: #2FBBA8; }
a { background-color: rgb(47,187,168); }
div.DivClassName
{
background-color: #2FBBA8;
}
.BgClassName
{
background-color: #2FBBA8;
}
</style>
border-color css
<style>
span { border-color: #2FBBA8; }
span { border-color: rgb(47,187,168); }
td.TdClassName
{
border-color: #2FBBA8;
}
.TagClassName
{
border-color: #2FBBA8;
}
</style>