Shades of Medium Sea Green #2FAA6C
Tints of Medium Sea Green #2FAA6C
RGB
CMYK
RGB Variations
Color information
#2FAA6C (or 0x2FAA6C) is known color: Medium Sea Green. HEX triplet: 2F, AA and 6C. RGB value is (47,170,108). Sum of RGB (Red+Green+Blue) = 47+170+108=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA6C is #D05593. Grayscale: #7E7E7E. Windows color (decimal): -13653396 or 7121455. OLE color: 7121455.
HSL color Cylindrical-coordinate representation of color #2FAA6C: hue angle of 149.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA6C is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 108 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.33 |
| HSL | 149.76º | 0.57% | 0.43% | - |
| HSV(B) | 149.76º | 0.72% | 0.67% | - |
| XYZ | 18.25 | 30.44 | 19.1 | - |
| YUV | 126.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 108 | 0.72 | 0 | 0.36 | 0.33 | 149.76 | 0.57 | 0.43 |
| Hex | 2F | AA | 6C | 48 | 0 | 24 | 21 | 96 | 39 | 2B |
| Octal | 57 | 252 | 154 | 110 | 0 | 44 | 41 | 226 | 71 | 53 |
| Binary | 101111 | 10101010 | 1101100 | 1001000 | 0 | 100100 | 100001 | 10010110 | 111001 | 101011 |
Color Harmonies of #2FAA6C
Complementary color
Monochromatic Colors of #2FAA6C
Black with #2FAA6C
Text Example
Text Example
White with #2FAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA6C; }
p { color: rgb(47,170,108); }
H1.HeaderClassName
{
color: #2FAA6C;
}
.AnyTagClassName
{
color: #2FAA6C;
}
</style>
background-color css
<style>
a { background-color: #2FAA6C; }
a { background-color: rgb(47,170,108); }
div.DivClassName
{
background-color: #2FAA6C;
}
.BgClassName
{
background-color: #2FAA6C;
}
</style>
border-color css
<style>
span { border-color: #2FAA6C; }
span { border-color: rgb(47,170,108); }
td.TdClassName
{
border-color: #2FAA6C;
}
.TagClassName
{
border-color: #2FAA6C;
}
</style>