Shades of Medium Aquamarine #5AFEAF
Tints of Medium Aquamarine #5AFEAF
RGB
CMYK
RGB Variations
Color information
#5AFEAF (or 0x5AFEAF) is known color: Medium Aquamarine. HEX triplet: 5A, FE and AF. RGB value is (90,254,175). Sum of RGB (Red+Green+Blue) = 90+254+175=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFEAF is #A50150. Grayscale: #C4C4C4. Windows color (decimal): -10813777 or 11533914. OLE color: 11533914.
HSL color Cylindrical-coordinate representation of color #5AFEAF: hue angle of 151.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEAF is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 175 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.00 |
| HSL | 151.1º | 0.99% | 0.67% | - |
| HSV(B) | 151.1º | 0.65% | 1% | - |
| XYZ | 47.4 | 76.15 | 52.76 | - |
| YUV | 195.96 | 116.17 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 175 | 0.65 | 0 | 0.31 | 0.00 | 151.1 | 0.99 | 0.67 |
| Hex | 5A | FE | AF | 41 | 0 | 1F | 0 | 97 | 63 | 43 |
| Octal | 132 | 376 | 257 | 101 | 0 | 37 | 0 | 227 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10101111 | 1000001 | 0 | 11111 | 0 | 10010111 | 1100011 | 1000011 |
Color Harmonies of #5AFEAF
Complementary color
Monochromatic Colors of #5AFEAF
Black with #5AFEAF
Text Example
Text Example
White with #5AFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEAF; }
p { color: rgb(90,254,175); }
H1.HeaderClassName
{
color: #5AFEAF;
}
.AnyTagClassName
{
color: #5AFEAF;
}
</style>
background-color css
<style>
a { background-color: #5AFEAF; }
a { background-color: rgb(90,254,175); }
div.DivClassName
{
background-color: #5AFEAF;
}
.BgClassName
{
background-color: #5AFEAF;
}
</style>
border-color css
<style>
span { border-color: #5AFEAF; }
span { border-color: rgb(90,254,175); }
td.TdClassName
{
border-color: #5AFEAF;
}
.TagClassName
{
border-color: #5AFEAF;
}
</style>