Shades of Medium Aquamarine #4AF8AB
Tints of Medium Aquamarine #4AF8AB
RGB
CMYK
RGB Variations
Color information
#4AF8AB (or 0x4AF8AB) is known color: Medium Aquamarine. HEX triplet: 4A, F8 and AB. RGB value is (74,248,171). Sum of RGB (Red+Green+Blue) = 74+248+171=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF8AB is #B50754. Grayscale: #BBBBBB. Windows color (decimal): -11863893 or 11270218. OLE color: 11270218.
HSL color Cylindrical-coordinate representation of color #4AF8AB: hue angle of 153.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8AB is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 171 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.03 |
| HSL | 153.45º | 0.93% | 0.63% | - |
| HSV(B) | 153.45º | 0.7% | 0.97% | - |
| XYZ | 43.74 | 71.53 | 50.03 | - |
| YUV | 187.2 | 118.85 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 171 | 0.70 | 0 | 0.31 | 0.03 | 153.45 | 0.93 | 0.63 |
| Hex | 4A | F8 | AB | 46 | 0 | 1F | 3 | 99 | 5D | 3F |
| Octal | 112 | 370 | 253 | 106 | 0 | 37 | 3 | 231 | 135 | 77 |
| Binary | 1001010 | 11111000 | 10101011 | 1000110 | 0 | 11111 | 11 | 10011001 | 1011101 | 111111 |
Color Harmonies of #4AF8AB
Complementary color
Monochromatic Colors of #4AF8AB
Black with #4AF8AB
Text Example
Text Example
White with #4AF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF8AB; }
p { color: rgb(74,248,171); }
H1.HeaderClassName
{
color: #4AF8AB;
}
.AnyTagClassName
{
color: #4AF8AB;
}
</style>
background-color css
<style>
a { background-color: #4AF8AB; }
a { background-color: rgb(74,248,171); }
div.DivClassName
{
background-color: #4AF8AB;
}
.BgClassName
{
background-color: #4AF8AB;
}
</style>
border-color css
<style>
span { border-color: #4AF8AB; }
span { border-color: rgb(74,248,171); }
td.TdClassName
{
border-color: #4AF8AB;
}
.TagClassName
{
border-color: #4AF8AB;
}
</style>