Shades of Medium Aquamarine #5AF8AA
Tints of Medium Aquamarine #5AF8AA
RGB
CMYK
RGB Variations
Color information
#5AF8AA (or 0x5AF8AA) is known color: Medium Aquamarine. HEX triplet: 5A, F8 and AA. RGB value is (90,248,170). Sum of RGB (Red+Green+Blue) = 90+248+170=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF8AA is #A50755. Grayscale: #C0C0C0. Windows color (decimal): -10815318 or 11204698. OLE color: 11204698.
HSL color Cylindrical-coordinate representation of color #5AF8AA: hue angle of 150.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF8AA is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 170 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.03 |
| HSL | 150.38º | 0.92% | 0.66% | - |
| HSV(B) | 150.38º | 0.64% | 0.97% | - |
| XYZ | 45.04 | 72.21 | 49.59 | - |
| YUV | 191.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 170 | 0.64 | 0 | 0.31 | 0.03 | 150.38 | 0.92 | 0.66 |
| Hex | 5A | F8 | AA | 40 | 0 | 1F | 3 | 96 | 5C | 42 |
| Octal | 132 | 370 | 252 | 100 | 0 | 37 | 3 | 226 | 134 | 102 |
| Binary | 1011010 | 11111000 | 10101010 | 1000000 | 0 | 11111 | 11 | 10010110 | 1011100 | 1000010 |
Color Harmonies of #5AF8AA
Complementary color
Monochromatic Colors of #5AF8AA
Black with #5AF8AA
Text Example
Text Example
White with #5AF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF8AA; }
p { color: rgb(90,248,170); }
H1.HeaderClassName
{
color: #5AF8AA;
}
.AnyTagClassName
{
color: #5AF8AA;
}
</style>
background-color css
<style>
a { background-color: #5AF8AA; }
a { background-color: rgb(90,248,170); }
div.DivClassName
{
background-color: #5AF8AA;
}
.BgClassName
{
background-color: #5AF8AA;
}
</style>
border-color css
<style>
span { border-color: #5AF8AA; }
span { border-color: rgb(90,248,170); }
td.TdClassName
{
border-color: #5AF8AA;
}
.TagClassName
{
border-color: #5AF8AA;
}
</style>