Shades of Light Sea Green #2FBAB0
Tints of Light Sea Green #2FBAB0
RGB
CMYK
RGB Variations
Color information
#2FBAB0 (or 0x2FBAB0) is known color: Light Sea Green. HEX triplet: 2F, BA and B0. RGB value is (47,186,176). Sum of RGB (Red+Green+Blue) = 47+186+176=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAB0 is #D0454F. Grayscale: #8F8F8F. Windows color (decimal): -13649232 or 11581999. OLE color: 11581999.
HSL color Cylindrical-coordinate representation of color #2FBAB0: hue angle of 175.68º 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 #2FBAB0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 176 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.27 |
| HSL | 175.68º | 0.6% | 0.46% | - |
| HSV(B) | 175.68º | 0.75% | 0.73% | - |
| XYZ | 26.57 | 38.86 | 47.17 | - |
| YUV | 143.3 | 146.45 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 176 | 0.75 | 0 | 0.05 | 0.27 | 175.68 | 0.6 | 0.46 |
| Hex | 2F | BA | B0 | 4B | 0 | 5 | 1B | B0 | 3C | 2E |
| Octal | 57 | 272 | 260 | 113 | 0 | 5 | 33 | 260 | 74 | 56 |
| Binary | 101111 | 10111010 | 10110000 | 1001011 | 0 | 101 | 11011 | 10110000 | 111100 | 101110 |
Color Harmonies of #2FBAB0
Complementary color
Monochromatic Colors of #2FBAB0
Black with #2FBAB0
Text Example
Text Example
White with #2FBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAB0; }
p { color: rgb(47,186,176); }
H1.HeaderClassName
{
color: #2FBAB0;
}
.AnyTagClassName
{
color: #2FBAB0;
}
</style>
background-color css
<style>
a { background-color: #2FBAB0; }
a { background-color: rgb(47,186,176); }
div.DivClassName
{
background-color: #2FBAB0;
}
.BgClassName
{
background-color: #2FBAB0;
}
</style>
border-color css
<style>
span { border-color: #2FBAB0; }
span { border-color: rgb(47,186,176); }
td.TdClassName
{
border-color: #2FBAB0;
}
.TagClassName
{
border-color: #2FBAB0;
}
</style>