Shades of Medium Sea Green #2FAA6A
Tints of Medium Sea Green #2FAA6A
RGB
CMYK
RGB Variations
Color information
#2FAA6A (or 0x2FAA6A) is known color: Medium Sea Green. HEX triplet: 2F, AA and 6A. RGB value is (47,170,106). Sum of RGB (Red+Green+Blue) = 47+170+106=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA6A is #D05595. Grayscale: #7E7E7E. Windows color (decimal): -13653398 or 6990383. OLE color: 6990383.
HSL color Cylindrical-coordinate representation of color #2FAA6A: hue angle of 148.78º 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 #2FAA6A is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 106 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.33 |
| HSL | 148.78º | 0.57% | 0.43% | - |
| HSV(B) | 148.78º | 0.72% | 0.67% | - |
| XYZ | 18.15 | 30.39 | 18.55 | - |
| YUV | 125.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 106 | 0.72 | 0 | 0.38 | 0.33 | 148.78 | 0.57 | 0.43 |
| Hex | 2F | AA | 6A | 48 | 0 | 26 | 21 | 95 | 39 | 2B |
| Octal | 57 | 252 | 152 | 110 | 0 | 46 | 41 | 225 | 71 | 53 |
| Binary | 101111 | 10101010 | 1101010 | 1001000 | 0 | 100110 | 100001 | 10010101 | 111001 | 101011 |
Color Harmonies of #2FAA6A
Complementary color
Monochromatic Colors of #2FAA6A
Black with #2FAA6A
Text Example
Text Example
White with #2FAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA6A; }
p { color: rgb(47,170,106); }
H1.HeaderClassName
{
color: #2FAA6A;
}
.AnyTagClassName
{
color: #2FAA6A;
}
</style>
background-color css
<style>
a { background-color: #2FAA6A; }
a { background-color: rgb(47,170,106); }
div.DivClassName
{
background-color: #2FAA6A;
}
.BgClassName
{
background-color: #2FAA6A;
}
</style>
border-color css
<style>
span { border-color: #2FAA6A; }
span { border-color: rgb(47,170,106); }
td.TdClassName
{
border-color: #2FAA6A;
}
.TagClassName
{
border-color: #2FAA6A;
}
</style>