Shades of Medium Aquamarine #4ADFAA
Tints of Medium Aquamarine #4ADFAA
RGB
CMYK
RGB Variations
Color information
#4ADFAA (or 0x4ADFAA) is known color: Medium Aquamarine. HEX triplet: 4A, DF and AA. RGB value is (74,223,170). Sum of RGB (Red+Green+Blue) = 74+223+170=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFAA is #B52055. Grayscale: #ACACAC. Windows color (decimal): -11870294 or 11198282. OLE color: 11198282.
HSL color Cylindrical-coordinate representation of color #4ADFAA: hue angle of 158.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFAA is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 170 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.13 |
| HSL | 158.66º | 0.7% | 0.58% | - |
| HSV(B) | 158.66º | 0.67% | 0.87% | - |
| XYZ | 36.47 | 57.13 | 47.14 | - |
| YUV | 172.41 | 126.64 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 170 | 0.67 | 0 | 0.24 | 0.13 | 158.66 | 0.7 | 0.58 |
| Hex | 4A | DF | AA | 43 | 0 | 18 | D | 9F | 46 | 3A |
| Octal | 112 | 337 | 252 | 103 | 0 | 30 | 15 | 237 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10101010 | 1000011 | 0 | 11000 | 1101 | 10011111 | 1000110 | 111010 |
Color Harmonies of #4ADFAA
Complementary color
Monochromatic Colors of #4ADFAA
Black with #4ADFAA
Text Example
Text Example
White with #4ADFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFAA; }
p { color: rgb(74,223,170); }
H1.HeaderClassName
{
color: #4ADFAA;
}
.AnyTagClassName
{
color: #4ADFAA;
}
</style>
background-color css
<style>
a { background-color: #4ADFAA; }
a { background-color: rgb(74,223,170); }
div.DivClassName
{
background-color: #4ADFAA;
}
.BgClassName
{
background-color: #4ADFAA;
}
</style>
border-color css
<style>
span { border-color: #4ADFAA; }
span { border-color: rgb(74,223,170); }
td.TdClassName
{
border-color: #4ADFAA;
}
.TagClassName
{
border-color: #4ADFAA;
}
</style>