Shades of Medium Aquamarine #4AF0AC
Tints of Medium Aquamarine #4AF0AC
RGB
CMYK
RGB Variations
Color information
#4AF0AC (or 0x4AF0AC) is known color: Medium Aquamarine. HEX triplet: 4A, F0 and AC. RGB value is (74,240,172). Sum of RGB (Red+Green+Blue) = 74+240+172=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF0AC is #B50F53. Grayscale: #B6B6B6. Windows color (decimal): -11865940 or 11333706. OLE color: 11333706.
HSL color Cylindrical-coordinate representation of color #4AF0AC: hue angle of 155.42º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0AC is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 172 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.06 |
| HSL | 155.42º | 0.85% | 0.62% | - |
| HSV(B) | 155.42º | 0.69% | 0.94% | - |
| XYZ | 41.43 | 66.75 | 49.73 | - |
| YUV | 182.61 | 122 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 172 | 0.69 | 0 | 0.28 | 0.06 | 155.42 | 0.85 | 0.62 |
| Hex | 4A | F0 | AC | 45 | 0 | 1C | 6 | 9B | 55 | 3E |
| Octal | 112 | 360 | 254 | 105 | 0 | 34 | 6 | 233 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10101100 | 1000101 | 0 | 11100 | 110 | 10011011 | 1010101 | 111110 |
Color Harmonies of #4AF0AC
Complementary color
Monochromatic Colors of #4AF0AC
Black with #4AF0AC
Text Example
Text Example
White with #4AF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0AC; }
p { color: rgb(74,240,172); }
H1.HeaderClassName
{
color: #4AF0AC;
}
.AnyTagClassName
{
color: #4AF0AC;
}
</style>
background-color css
<style>
a { background-color: #4AF0AC; }
a { background-color: rgb(74,240,172); }
div.DivClassName
{
background-color: #4AF0AC;
}
.BgClassName
{
background-color: #4AF0AC;
}
</style>
border-color css
<style>
span { border-color: #4AF0AC; }
span { border-color: rgb(74,240,172); }
td.TdClassName
{
border-color: #4AF0AC;
}
.TagClassName
{
border-color: #4AF0AC;
}
</style>