Shades of Medium Aquamarine #4AFCAB
Tints of Medium Aquamarine #4AFCAB
RGB
CMYK
RGB Variations
Color information
#4AFCAB (or 0x4AFCAB) is known color: Medium Aquamarine. HEX triplet: 4A, FC and AB. RGB value is (74,252,171). Sum of RGB (Red+Green+Blue) = 74+252+171=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFCAB is #B50354. Grayscale: #BDBDBD. Windows color (decimal): -11862869 or 11271242. OLE color: 11271242.
HSL color Cylindrical-coordinate representation of color #4AFCAB: hue angle of 152.7º degrees, saturation: 0.97, 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 #4AFCAB is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 171 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.01 |
| HSL | 152.7º | 0.97% | 0.64% | - |
| HSV(B) | 152.7º | 0.71% | 0.99% | - |
| XYZ | 44.99 | 74.02 | 50.44 | - |
| YUV | 189.54 | 117.53 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 171 | 0.71 | 0 | 0.32 | 0.01 | 152.7 | 0.97 | 0.64 |
| Hex | 4A | FC | AB | 47 | 0 | 20 | 1 | 99 | 61 | 40 |
| Octal | 112 | 374 | 253 | 107 | 0 | 40 | 1 | 231 | 141 | 100 |
| Binary | 1001010 | 11111100 | 10101011 | 1000111 | 0 | 100000 | 1 | 10011001 | 1100001 | 1000000 |
Color Harmonies of #4AFCAB
Complementary color
Monochromatic Colors of #4AFCAB
Black with #4AFCAB
Text Example
Text Example
White with #4AFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCAB; }
p { color: rgb(74,252,171); }
H1.HeaderClassName
{
color: #4AFCAB;
}
.AnyTagClassName
{
color: #4AFCAB;
}
</style>
background-color css
<style>
a { background-color: #4AFCAB; }
a { background-color: rgb(74,252,171); }
div.DivClassName
{
background-color: #4AFCAB;
}
.BgClassName
{
background-color: #4AFCAB;
}
</style>
border-color css
<style>
span { border-color: #4AFCAB; }
span { border-color: rgb(74,252,171); }
td.TdClassName
{
border-color: #4AFCAB;
}
.TagClassName
{
border-color: #4AFCAB;
}
</style>