Shades of Medium Aquamarine #4ADFAB
Tints of Medium Aquamarine #4ADFAB
RGB
CMYK
RGB Variations
Color information
#4ADFAB (or 0x4ADFAB) is known color: Medium Aquamarine. HEX triplet: 4A, DF and AB. RGB value is (74,223,171). Sum of RGB (Red+Green+Blue) = 74+223+171=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADFAB is #B52054. Grayscale: #ACACAC. Windows color (decimal): -11870293 or 11263818. OLE color: 11263818.
HSL color Cylindrical-coordinate representation of color #4ADFAB: hue angle of 159.06º 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 #4ADFAB is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 171 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.13 |
| HSL | 159.06º | 0.7% | 0.58% | - |
| HSV(B) | 159.06º | 0.67% | 0.87% | - |
| XYZ | 36.56 | 57.17 | 47.64 | - |
| YUV | 172.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 171 | 0.67 | 0 | 0.23 | 0.13 | 159.06 | 0.7 | 0.58 |
| Hex | 4A | DF | AB | 43 | 0 | 17 | D | 9F | 46 | 3A |
| Octal | 112 | 337 | 253 | 103 | 0 | 27 | 15 | 237 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10101011 | 1000011 | 0 | 10111 | 1101 | 10011111 | 1000110 | 111010 |
Color Harmonies of #4ADFAB
Complementary color
Monochromatic Colors of #4ADFAB
Black with #4ADFAB
Text Example
Text Example
White with #4ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFAB; }
p { color: rgb(74,223,171); }
H1.HeaderClassName
{
color: #4ADFAB;
}
.AnyTagClassName
{
color: #4ADFAB;
}
</style>
background-color css
<style>
a { background-color: #4ADFAB; }
a { background-color: rgb(74,223,171); }
div.DivClassName
{
background-color: #4ADFAB;
}
.BgClassName
{
background-color: #4ADFAB;
}
</style>
border-color css
<style>
span { border-color: #4ADFAB; }
span { border-color: rgb(74,223,171); }
td.TdClassName
{
border-color: #4ADFAB;
}
.TagClassName
{
border-color: #4ADFAB;
}
</style>