Shades of Medium Aquamarine #4AFDAA
Tints of Medium Aquamarine #4AFDAA
RGB
CMYK
RGB Variations
Color information
#4AFDAA (or 0x4AFDAA) is known color: Medium Aquamarine. HEX triplet: 4A, FD and AA. RGB value is (74,253,170). Sum of RGB (Red+Green+Blue) = 74+253+170=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFDAA is #B50255. Grayscale: #BEBEBE. Windows color (decimal): -11862614 or 11205962. OLE color: 11205962.
HSL color Cylindrical-coordinate representation of color #4AFDAA: hue angle of 152.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDAA is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 170 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.01 |
| HSL | 152.18º | 0.98% | 0.64% | - |
| HSV(B) | 152.18º | 0.71% | 0.99% | - |
| XYZ | 45.21 | 74.61 | 50.05 | - |
| YUV | 190.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 170 | 0.71 | 0 | 0.33 | 0.01 | 152.18 | 0.98 | 0.64 |
| Hex | 4A | FD | AA | 47 | 0 | 21 | 1 | 98 | 62 | 40 |
| Octal | 112 | 375 | 252 | 107 | 0 | 41 | 1 | 230 | 142 | 100 |
| Binary | 1001010 | 11111101 | 10101010 | 1000111 | 0 | 100001 | 1 | 10011000 | 1100010 | 1000000 |
Color Harmonies of #4AFDAA
Complementary color
Monochromatic Colors of #4AFDAA
Black with #4AFDAA
Text Example
Text Example
White with #4AFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDAA; }
p { color: rgb(74,253,170); }
H1.HeaderClassName
{
color: #4AFDAA;
}
.AnyTagClassName
{
color: #4AFDAA;
}
</style>
background-color css
<style>
a { background-color: #4AFDAA; }
a { background-color: rgb(74,253,170); }
div.DivClassName
{
background-color: #4AFDAA;
}
.BgClassName
{
background-color: #4AFDAA;
}
</style>
border-color css
<style>
span { border-color: #4AFDAA; }
span { border-color: rgb(74,253,170); }
td.TdClassName
{
border-color: #4AFDAA;
}
.TagClassName
{
border-color: #4AFDAA;
}
</style>