Shades of Medium Aquamarine #4FFDAA
Tints of Medium Aquamarine #4FFDAA
RGB
CMYK
RGB Variations
Color information
#4FFDAA (or 0x4FFDAA) is known color: Medium Aquamarine. HEX triplet: 4F, FD and AA. RGB value is (79,253,170). Sum of RGB (Red+Green+Blue) = 79+253+170=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFDAA is #B00255. Grayscale: #BFBFBF. Windows color (decimal): -11534934 or 11205967. OLE color: 11205967.
HSL color Cylindrical-coordinate representation of color #4FFDAA: hue angle of 151.38º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDAA is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 170 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.01 |
| HSL | 151.38º | 0.98% | 0.65% | - |
| HSV(B) | 151.38º | 0.69% | 0.99% | - |
| XYZ | 45.61 | 74.82 | 50.07 | - |
| YUV | 191.51 | 115.85 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 170 | 0.69 | 0 | 0.33 | 0.01 | 151.38 | 0.98 | 0.65 |
| Hex | 4F | FD | AA | 45 | 0 | 21 | 1 | 97 | 62 | 41 |
| Octal | 117 | 375 | 252 | 105 | 0 | 41 | 1 | 227 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10101010 | 1000101 | 0 | 100001 | 1 | 10010111 | 1100010 | 1000001 |
Color Harmonies of #4FFDAA
Complementary color
Monochromatic Colors of #4FFDAA
Black with #4FFDAA
Text Example
Text Example
White with #4FFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDAA; }
p { color: rgb(79,253,170); }
H1.HeaderClassName
{
color: #4FFDAA;
}
.AnyTagClassName
{
color: #4FFDAA;
}
</style>
background-color css
<style>
a { background-color: #4FFDAA; }
a { background-color: rgb(79,253,170); }
div.DivClassName
{
background-color: #4FFDAA;
}
.BgClassName
{
background-color: #4FFDAA;
}
</style>
border-color css
<style>
span { border-color: #4FFDAA; }
span { border-color: rgb(79,253,170); }
td.TdClassName
{
border-color: #4FFDAA;
}
.TagClassName
{
border-color: #4FFDAA;
}
</style>