Shades of Medium Aquamarine #4AF2AB
Tints of Medium Aquamarine #4AF2AB
RGB
CMYK
RGB Variations
Color information
#4AF2AB (or 0x4AF2AB) is known color: Medium Aquamarine. HEX triplet: 4A, F2 and AB. RGB value is (74,242,171). Sum of RGB (Red+Green+Blue) = 74+242+171=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF2AB is #B50D54. Grayscale: #B7B7B7. Windows color (decimal): -11865429 or 11268682. OLE color: 11268682.
HSL color Cylindrical-coordinate representation of color #4AF2AB: hue angle of 154.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2AB is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 171 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.05 |
| HSL | 154.64º | 0.87% | 0.62% | - |
| HSV(B) | 154.64º | 0.69% | 0.95% | - |
| XYZ | 41.93 | 67.9 | 49.42 | - |
| YUV | 183.67 | 120.84 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 171 | 0.69 | 0 | 0.29 | 0.05 | 154.64 | 0.87 | 0.62 |
| Hex | 4A | F2 | AB | 45 | 0 | 1D | 5 | 9B | 57 | 3E |
| Octal | 112 | 362 | 253 | 105 | 0 | 35 | 5 | 233 | 127 | 76 |
| Binary | 1001010 | 11110010 | 10101011 | 1000101 | 0 | 11101 | 101 | 10011011 | 1010111 | 111110 |
Color Harmonies of #4AF2AB
Complementary color
Monochromatic Colors of #4AF2AB
Black with #4AF2AB
Text Example
Text Example
White with #4AF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF2AB; }
p { color: rgb(74,242,171); }
H1.HeaderClassName
{
color: #4AF2AB;
}
.AnyTagClassName
{
color: #4AF2AB;
}
</style>
background-color css
<style>
a { background-color: #4AF2AB; }
a { background-color: rgb(74,242,171); }
div.DivClassName
{
background-color: #4AF2AB;
}
.BgClassName
{
background-color: #4AF2AB;
}
</style>
border-color css
<style>
span { border-color: #4AF2AB; }
span { border-color: rgb(74,242,171); }
td.TdClassName
{
border-color: #4AF2AB;
}
.TagClassName
{
border-color: #4AF2AB;
}
</style>