Shades of Medium Sea Green #2FBC6A
Tints of Medium Sea Green #2FBC6A
RGB
CMYK
RGB Variations
Color information
#2FBC6A (or 0x2FBC6A) is known color: Medium Sea Green. HEX triplet: 2F, BC and 6A. RGB value is (47,188,106). Sum of RGB (Red+Green+Blue) = 47+188+106=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC6A is #D04395. Grayscale: #888888. Windows color (decimal): -13648790 or 6994991. OLE color: 6994991.
HSL color Cylindrical-coordinate representation of color #2FBC6A: hue angle of 145.11º 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 #2FBC6A is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 106 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.26 |
| HSL | 145.11º | 0.6% | 0.46% | - |
| HSV(B) | 145.11º | 0.75% | 0.74% | - |
| XYZ | 21.76 | 37.61 | 19.75 | - |
| YUV | 136.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 106 | 0.75 | 0 | 0.44 | 0.26 | 145.11 | 0.6 | 0.46 |
| Hex | 2F | BC | 6A | 4B | 0 | 2C | 1A | 91 | 3C | 2E |
| Octal | 57 | 274 | 152 | 113 | 0 | 54 | 32 | 221 | 74 | 56 |
| Binary | 101111 | 10111100 | 1101010 | 1001011 | 0 | 101100 | 11010 | 10010001 | 111100 | 101110 |
Color Harmonies of #2FBC6A
Complementary color
Monochromatic Colors of #2FBC6A
Black with #2FBC6A
Text Example
Text Example
White with #2FBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC6A; }
p { color: rgb(47,188,106); }
H1.HeaderClassName
{
color: #2FBC6A;
}
.AnyTagClassName
{
color: #2FBC6A;
}
</style>
background-color css
<style>
a { background-color: #2FBC6A; }
a { background-color: rgb(47,188,106); }
div.DivClassName
{
background-color: #2FBC6A;
}
.BgClassName
{
background-color: #2FBC6A;
}
</style>
border-color css
<style>
span { border-color: #2FBC6A; }
span { border-color: rgb(47,188,106); }
td.TdClassName
{
border-color: #2FBC6A;
}
.TagClassName
{
border-color: #2FBC6A;
}
</style>