Shades of Aquamarine #5AFAC7
Tints of Aquamarine #5AFAC7
RGB
CMYK
RGB Variations
Color information
#5AFAC7 (or 0x5AFAC7) is known color: Aquamarine. HEX triplet: 5A, FA and C7. RGB value is (90,250,199). Sum of RGB (Red+Green+Blue) = 90+250+199=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAC7 is #A50538. Grayscale: #C4C4C4. Windows color (decimal): -10814777 or 13105754. OLE color: 13105754.
HSL color Cylindrical-coordinate representation of color #5AFAC7: hue angle of 160.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAC7 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 199 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.02 |
| HSL | 160.88º | 0.94% | 0.67% | - |
| HSV(B) | 160.88º | 0.64% | 0.98% | - |
| XYZ | 48.71 | 74.67 | 65.88 | - |
| YUV | 196.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 199 | 0.64 | 0 | 0.20 | 0.02 | 160.88 | 0.94 | 0.67 |
| Hex | 5A | FA | C7 | 40 | 0 | 14 | 2 | A1 | 5E | 43 |
| Octal | 132 | 372 | 307 | 100 | 0 | 24 | 2 | 241 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11000111 | 1000000 | 0 | 10100 | 10 | 10100001 | 1011110 | 1000011 |
Color Harmonies of #5AFAC7
Complementary color
Monochromatic Colors of #5AFAC7
Black with #5AFAC7
Text Example
Text Example
White with #5AFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAC7; }
p { color: rgb(90,250,199); }
H1.HeaderClassName
{
color: #5AFAC7;
}
.AnyTagClassName
{
color: #5AFAC7;
}
</style>
background-color css
<style>
a { background-color: #5AFAC7; }
a { background-color: rgb(90,250,199); }
div.DivClassName
{
background-color: #5AFAC7;
}
.BgClassName
{
background-color: #5AFAC7;
}
</style>
border-color css
<style>
span { border-color: #5AFAC7; }
span { border-color: rgb(90,250,199); }
td.TdClassName
{
border-color: #5AFAC7;
}
.TagClassName
{
border-color: #5AFAC7;
}
</style>