Shades of Medium Sea Green #2FCF6B
Tints of Medium Sea Green #2FCF6B
RGB
CMYK
RGB Variations
Color information
#2FCF6B (or 0x2FCF6B) is known color: Medium Sea Green. HEX triplet: 2F, CF and 6B. RGB value is (47,207,107). Sum of RGB (Red+Green+Blue) = 47+207+107=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCF6B is #D03094. Grayscale: #949494. Windows color (decimal): -13643925 or 7065391. OLE color: 7065391.
HSL color Cylindrical-coordinate representation of color #2FCF6B: hue angle of 142.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF6B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 107 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.19 |
| HSL | 142.5º | 0.63% | 0.5% | - |
| HSV(B) | 142.5º | 0.77% | 0.81% | - |
| XYZ | 26.14 | 46.29 | 21.47 | - |
| YUV | 147.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 107 | 0.77 | 0 | 0.48 | 0.19 | 142.5 | 0.63 | 0.5 |
| Hex | 2F | CF | 6B | 4D | 0 | 30 | 13 | 8E | 3F | 32 |
| Octal | 57 | 317 | 153 | 115 | 0 | 60 | 23 | 216 | 77 | 62 |
| Binary | 101111 | 11001111 | 1101011 | 1001101 | 0 | 110000 | 10011 | 10001110 | 111111 | 110010 |
Color Harmonies of #2FCF6B
Complementary color
Monochromatic Colors of #2FCF6B
Black with #2FCF6B
Text Example
Text Example
White with #2FCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF6B; }
p { color: rgb(47,207,107); }
H1.HeaderClassName
{
color: #2FCF6B;
}
.AnyTagClassName
{
color: #2FCF6B;
}
</style>
background-color css
<style>
a { background-color: #2FCF6B; }
a { background-color: rgb(47,207,107); }
div.DivClassName
{
background-color: #2FCF6B;
}
.BgClassName
{
background-color: #2FCF6B;
}
</style>
border-color css
<style>
span { border-color: #2FCF6B; }
span { border-color: rgb(47,207,107); }
td.TdClassName
{
border-color: #2FCF6B;
}
.TagClassName
{
border-color: #2FCF6B;
}
</style>