Shades of Light Sea Green #2FBDAB
Tints of Light Sea Green #2FBDAB
RGB
CMYK
RGB Variations
Color information
#2FBDAB (or 0x2FBDAB) is known color: Light Sea Green. HEX triplet: 2F, BD and AB. RGB value is (47,189,171). Sum of RGB (Red+Green+Blue) = 47+189+171=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBDAB is #D04254. Grayscale: #909090. Windows color (decimal): -13648469 or 11255087. OLE color: 11255087.
HSL color Cylindrical-coordinate representation of color #2FBDAB: hue angle of 172.39º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBDAB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 171 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.26 |
| HSL | 172.39º | 0.6% | 0.46% | - |
| HSV(B) | 172.39º | 0.75% | 0.74% | - |
| XYZ | 26.72 | 39.94 | 44.83 | - |
| YUV | 144.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 171 | 0.75 | 0 | 0.10 | 0.26 | 172.39 | 0.6 | 0.46 |
| Hex | 2F | BD | AB | 4B | 0 | A | 1A | AC | 3C | 2E |
| Octal | 57 | 275 | 253 | 113 | 0 | 12 | 32 | 254 | 74 | 56 |
| Binary | 101111 | 10111101 | 10101011 | 1001011 | 0 | 1010 | 11010 | 10101100 | 111100 | 101110 |
Color Harmonies of #2FBDAB
Complementary color
Monochromatic Colors of #2FBDAB
Black with #2FBDAB
Text Example
Text Example
White with #2FBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDAB; }
p { color: rgb(47,189,171); }
H1.HeaderClassName
{
color: #2FBDAB;
}
.AnyTagClassName
{
color: #2FBDAB;
}
</style>
background-color css
<style>
a { background-color: #2FBDAB; }
a { background-color: rgb(47,189,171); }
div.DivClassName
{
background-color: #2FBDAB;
}
.BgClassName
{
background-color: #2FBDAB;
}
</style>
border-color css
<style>
span { border-color: #2FBDAB; }
span { border-color: rgb(47,189,171); }
td.TdClassName
{
border-color: #2FBDAB;
}
.TagClassName
{
border-color: #2FBDAB;
}
</style>