Shades of Medium Aquamarine #4AFAAB
Tints of Medium Aquamarine #4AFAAB
RGB
CMYK
RGB Variations
Color information
#4AFAAB (or 0x4AFAAB) is known color: Medium Aquamarine. HEX triplet: 4A, FA and AB. RGB value is (74,250,171). Sum of RGB (Red+Green+Blue) = 74+250+171=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAAB is #B50554. Grayscale: #BCBCBC. Windows color (decimal): -11863381 or 11270730. OLE color: 11270730.
HSL color Cylindrical-coordinate representation of color #4AFAAB: hue angle of 153.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAAB is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 171 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.02 |
| HSL | 153.07º | 0.95% | 0.64% | - |
| HSV(B) | 153.07º | 0.7% | 0.98% | - |
| XYZ | 44.36 | 72.77 | 50.24 | - |
| YUV | 188.37 | 118.19 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 171 | 0.70 | 0 | 0.32 | 0.02 | 153.07 | 0.95 | 0.64 |
| Hex | 4A | FA | AB | 46 | 0 | 20 | 2 | 99 | 5F | 40 |
| Octal | 112 | 372 | 253 | 106 | 0 | 40 | 2 | 231 | 137 | 100 |
| Binary | 1001010 | 11111010 | 10101011 | 1000110 | 0 | 100000 | 10 | 10011001 | 1011111 | 1000000 |
Color Harmonies of #4AFAAB
Complementary color
Monochromatic Colors of #4AFAAB
Black with #4AFAAB
Text Example
Text Example
White with #4AFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAAB; }
p { color: rgb(74,250,171); }
H1.HeaderClassName
{
color: #4AFAAB;
}
.AnyTagClassName
{
color: #4AFAAB;
}
</style>
background-color css
<style>
a { background-color: #4AFAAB; }
a { background-color: rgb(74,250,171); }
div.DivClassName
{
background-color: #4AFAAB;
}
.BgClassName
{
background-color: #4AFAAB;
}
</style>
border-color css
<style>
span { border-color: #4AFAAB; }
span { border-color: rgb(74,250,171); }
td.TdClassName
{
border-color: #4AFAAB;
}
.TagClassName
{
border-color: #4AFAAB;
}
</style>