Shades of Light Sea Green #2FBEAC
Tints of Light Sea Green #2FBEAC
RGB
CMYK
RGB Variations
Color information
#2FBEAC (or 0x2FBEAC) is known color: Light Sea Green. HEX triplet: 2F, BE and AC. RGB value is (47,190,172). Sum of RGB (Red+Green+Blue) = 47+190+172=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEAC is #D04153. Grayscale: #919191. Windows color (decimal): -13648212 or 11320879. OLE color: 11320879.
HSL color Cylindrical-coordinate representation of color #2FBEAC: hue angle of 172.45º 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 #2FBEAC is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 172 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.25 |
| HSL | 172.45º | 0.6% | 0.46% | - |
| HSV(B) | 172.45º | 0.75% | 0.75% | - |
| XYZ | 27.03 | 40.41 | 45.4 | - |
| YUV | 145.19 | 143.12 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 172 | 0.75 | 0 | 0.09 | 0.25 | 172.45 | 0.6 | 0.46 |
| Hex | 2F | BE | AC | 4B | 0 | 9 | 19 | AC | 3C | 2E |
| Octal | 57 | 276 | 254 | 113 | 0 | 11 | 31 | 254 | 74 | 56 |
| Binary | 101111 | 10111110 | 10101100 | 1001011 | 0 | 1001 | 11001 | 10101100 | 111100 | 101110 |
Color Harmonies of #2FBEAC
Complementary color
Monochromatic Colors of #2FBEAC
Black with #2FBEAC
Text Example
Text Example
White with #2FBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEAC; }
p { color: rgb(47,190,172); }
H1.HeaderClassName
{
color: #2FBEAC;
}
.AnyTagClassName
{
color: #2FBEAC;
}
</style>
background-color css
<style>
a { background-color: #2FBEAC; }
a { background-color: rgb(47,190,172); }
div.DivClassName
{
background-color: #2FBEAC;
}
.BgClassName
{
background-color: #2FBEAC;
}
</style>
border-color css
<style>
span { border-color: #2FBEAC; }
span { border-color: rgb(47,190,172); }
td.TdClassName
{
border-color: #2FBEAC;
}
.TagClassName
{
border-color: #2FBEAC;
}
</style>