Shades of Medium Aquamarine #5AFDAC
Tints of Medium Aquamarine #5AFDAC
RGB
CMYK
RGB Variations
Color information
#5AFDAC (or 0x5AFDAC) is known color: Medium Aquamarine. HEX triplet: 5A, FD and AC. RGB value is (90,253,172). Sum of RGB (Red+Green+Blue) = 90+253+172=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFDAC is #A50253. Grayscale: #C3C3C3. Windows color (decimal): -10814036 or 11337050. OLE color: 11337050.
HSL color Cylindrical-coordinate representation of color #5AFDAC: hue angle of 150.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDAC is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 172 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.01 |
| HSL | 150.18º | 0.98% | 0.67% | - |
| HSV(B) | 150.18º | 0.64% | 0.99% | - |
| XYZ | 46.79 | 75.4 | 51.12 | - |
| YUV | 195.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 172 | 0.64 | 0 | 0.32 | 0.01 | 150.18 | 0.98 | 0.67 |
| Hex | 5A | FD | AC | 40 | 0 | 20 | 1 | 96 | 62 | 43 |
| Octal | 132 | 375 | 254 | 100 | 0 | 40 | 1 | 226 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10101100 | 1000000 | 0 | 100000 | 1 | 10010110 | 1100010 | 1000011 |
Color Harmonies of #5AFDAC
Complementary color
Monochromatic Colors of #5AFDAC
Black with #5AFDAC
Text Example
Text Example
White with #5AFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDAC; }
p { color: rgb(90,253,172); }
H1.HeaderClassName
{
color: #5AFDAC;
}
.AnyTagClassName
{
color: #5AFDAC;
}
</style>
background-color css
<style>
a { background-color: #5AFDAC; }
a { background-color: rgb(90,253,172); }
div.DivClassName
{
background-color: #5AFDAC;
}
.BgClassName
{
background-color: #5AFDAC;
}
</style>
border-color css
<style>
span { border-color: #5AFDAC; }
span { border-color: rgb(90,253,172); }
td.TdClassName
{
border-color: #5AFDAC;
}
.TagClassName
{
border-color: #5AFDAC;
}
</style>