Shades of Light Sea Green #2FBEAD
Tints of Light Sea Green #2FBEAD
RGB
CMYK
RGB Variations
Color information
#2FBEAD (or 0x2FBEAD) is known color: Light Sea Green. HEX triplet: 2F, BE and AD. RGB value is (47,190,173). Sum of RGB (Red+Green+Blue) = 47+190+173=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEAD is #D04152. Grayscale: #919191. Windows color (decimal): -13648211 or 11386415. OLE color: 11386415.
HSL color Cylindrical-coordinate representation of color #2FBEAD: hue angle of 172.87º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBEAD is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 173 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.25 |
| HSL | 172.87º | 0.6% | 0.46% | - |
| HSV(B) | 172.87º | 0.75% | 0.75% | - |
| XYZ | 27.13 | 40.45 | 45.91 | - |
| YUV | 145.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 173 | 0.75 | 0 | 0.09 | 0.25 | 172.87 | 0.6 | 0.46 |
| Hex | 2F | BE | AD | 4B | 0 | 9 | 19 | AD | 3C | 2E |
| Octal | 57 | 276 | 255 | 113 | 0 | 11 | 31 | 255 | 74 | 56 |
| Binary | 101111 | 10111110 | 10101101 | 1001011 | 0 | 1001 | 11001 | 10101101 | 111100 | 101110 |
Color Harmonies of #2FBEAD
Complementary color
Monochromatic Colors of #2FBEAD
Black with #2FBEAD
Text Example
Text Example
White with #2FBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEAD; }
p { color: rgb(47,190,173); }
H1.HeaderClassName
{
color: #2FBEAD;
}
.AnyTagClassName
{
color: #2FBEAD;
}
</style>
background-color css
<style>
a { background-color: #2FBEAD; }
a { background-color: rgb(47,190,173); }
div.DivClassName
{
background-color: #2FBEAD;
}
.BgClassName
{
background-color: #2FBEAD;
}
</style>
border-color css
<style>
span { border-color: #2FBEAD; }
span { border-color: rgb(47,190,173); }
td.TdClassName
{
border-color: #2FBEAD;
}
.TagClassName
{
border-color: #2FBEAD;
}
</style>