Shades of Light Sea Green #2FBAB5
Tints of Light Sea Green #2FBAB5
RGB
CMYK
RGB Variations
Color information
#2FBAB5 (or 0x2FBAB5) is known color: Light Sea Green. HEX triplet: 2F, BA and B5. RGB value is (47,186,181). Sum of RGB (Red+Green+Blue) = 47+186+181=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBAB5 is #D0454A. Grayscale: #8F8F8F. Windows color (decimal): -13649227 or 11909679. OLE color: 11909679.
HSL color Cylindrical-coordinate representation of color #2FBAB5: hue angle of 177.84º 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 #2FBAB5 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 181 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.27 |
| HSL | 177.84º | 0.6% | 0.46% | - |
| HSV(B) | 177.84º | 0.75% | 0.73% | - |
| XYZ | 27.07 | 39.06 | 49.83 | - |
| YUV | 143.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 181 | 0.75 | 0 | 0.03 | 0.27 | 177.84 | 0.6 | 0.46 |
| Hex | 2F | BA | B5 | 4B | 0 | 3 | 1B | B2 | 3C | 2E |
| Octal | 57 | 272 | 265 | 113 | 0 | 3 | 33 | 262 | 74 | 56 |
| Binary | 101111 | 10111010 | 10110101 | 1001011 | 0 | 11 | 11011 | 10110010 | 111100 | 101110 |
Color Harmonies of #2FBAB5
Complementary color
Monochromatic Colors of #2FBAB5
Black with #2FBAB5
Text Example
Text Example
White with #2FBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBAB5; }
p { color: rgb(47,186,181); }
H1.HeaderClassName
{
color: #2FBAB5;
}
.AnyTagClassName
{
color: #2FBAB5;
}
</style>
background-color css
<style>
a { background-color: #2FBAB5; }
a { background-color: rgb(47,186,181); }
div.DivClassName
{
background-color: #2FBAB5;
}
.BgClassName
{
background-color: #2FBAB5;
}
</style>
border-color css
<style>
span { border-color: #2FBAB5; }
span { border-color: rgb(47,186,181); }
td.TdClassName
{
border-color: #2FBAB5;
}
.TagClassName
{
border-color: #2FBAB5;
}
</style>