Shades of Medium Aquamarine #5AF2AD
Tints of Medium Aquamarine #5AF2AD
RGB
CMYK
RGB Variations
Color information
#5AF2AD (or 0x5AF2AD) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and AD. RGB value is (90,242,173). Sum of RGB (Red+Green+Blue) = 90+242+173=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF2AD is #A50D52. Grayscale: #BCBCBC. Windows color (decimal): -10816851 or 11399770. OLE color: 11399770.
HSL color Cylindrical-coordinate representation of color #5AF2AD: hue angle of 152.76º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF2AD is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 173 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 152.76º | 0.85% | 0.65% | - |
| HSV(B) | 152.76º | 0.63% | 0.95% | - |
| XYZ | 43.51 | 68.7 | 50.5 | - |
| YUV | 188.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 173 | 0.63 | 0 | 0.29 | 0.05 | 152.76 | 0.85 | 0.65 |
| Hex | 5A | F2 | AD | 3F | 0 | 1D | 5 | 99 | 55 | 41 |
| Octal | 132 | 362 | 255 | 77 | 0 | 35 | 5 | 231 | 125 | 101 |
| Binary | 1011010 | 11110010 | 10101101 | 111111 | 0 | 11101 | 101 | 10011001 | 1010101 | 1000001 |
Color Harmonies of #5AF2AD
Complementary color
Monochromatic Colors of #5AF2AD
Black with #5AF2AD
Text Example
Text Example
White with #5AF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF2AD; }
p { color: rgb(90,242,173); }
H1.HeaderClassName
{
color: #5AF2AD;
}
.AnyTagClassName
{
color: #5AF2AD;
}
</style>
background-color css
<style>
a { background-color: #5AF2AD; }
a { background-color: rgb(90,242,173); }
div.DivClassName
{
background-color: #5AF2AD;
}
.BgClassName
{
background-color: #5AF2AD;
}
</style>
border-color css
<style>
span { border-color: #5AF2AD; }
span { border-color: rgb(90,242,173); }
td.TdClassName
{
border-color: #5AF2AD;
}
.TagClassName
{
border-color: #5AF2AD;
}
</style>