Shades of Medium Aquamarine #5AF5AF
Tints of Medium Aquamarine #5AF5AF
RGB
CMYK
RGB Variations
Color information
#5AF5AF (or 0x5AF5AF) is known color: Medium Aquamarine. HEX triplet: 5A, F5 and AF. RGB value is (90,245,175). Sum of RGB (Red+Green+Blue) = 90+245+175=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF5AF is #A50A50. Grayscale: #BEBEBE. Windows color (decimal): -10816081 or 11531610. OLE color: 11531610.
HSL color Cylindrical-coordinate representation of color #5AF5AF: hue angle of 152.9º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF5AF is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 175 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.04 |
| HSL | 152.9º | 0.89% | 0.66% | - |
| HSV(B) | 152.9º | 0.63% | 0.96% | - |
| XYZ | 44.61 | 70.57 | 51.83 | - |
| YUV | 190.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 175 | 0.63 | 0 | 0.29 | 0.04 | 152.9 | 0.89 | 0.66 |
| Hex | 5A | F5 | AF | 3F | 0 | 1D | 4 | 99 | 59 | 42 |
| Octal | 132 | 365 | 257 | 77 | 0 | 35 | 4 | 231 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10101111 | 111111 | 0 | 11101 | 100 | 10011001 | 1011001 | 1000010 |
Color Harmonies of #5AF5AF
Complementary color
Monochromatic Colors of #5AF5AF
Black with #5AF5AF
Text Example
Text Example
White with #5AF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5AF; }
p { color: rgb(90,245,175); }
H1.HeaderClassName
{
color: #5AF5AF;
}
.AnyTagClassName
{
color: #5AF5AF;
}
</style>
background-color css
<style>
a { background-color: #5AF5AF; }
a { background-color: rgb(90,245,175); }
div.DivClassName
{
background-color: #5AF5AF;
}
.BgClassName
{
background-color: #5AF5AF;
}
</style>
border-color css
<style>
span { border-color: #5AF5AF; }
span { border-color: rgb(90,245,175); }
td.TdClassName
{
border-color: #5AF5AF;
}
.TagClassName
{
border-color: #5AF5AF;
}
</style>