Shades of Aquamarine #5AFACD
Tints of Aquamarine #5AFACD
RGB
CMYK
RGB Variations
Color information
#5AFACD (or 0x5AFACD) is known color: Aquamarine. HEX triplet: 5A, FA and CD. RGB value is (90,250,205). Sum of RGB (Red+Green+Blue) = 90+250+205=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFACD is #A50532. Grayscale: #C5C5C5. Windows color (decimal): -10814771 or 13498970. OLE color: 13498970.
HSL color Cylindrical-coordinate representation of color #5AFACD: hue angle of 163.12º 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 #5AFACD is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 205 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.02 |
| HSL | 163.13º | 0.94% | 0.67% | - |
| HSV(B) | 163.13º | 0.64% | 0.98% | - |
| XYZ | 49.42 | 74.95 | 69.62 | - |
| YUV | 197.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 205 | 0.64 | 0 | 0.18 | 0.02 | 163.13 | 0.94 | 0.67 |
| Hex | 5A | FA | CD | 40 | 0 | 12 | 2 | A3 | 5E | 43 |
| Octal | 132 | 372 | 315 | 100 | 0 | 22 | 2 | 243 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11001101 | 1000000 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000011 |
Color Harmonies of #5AFACD
Complementary color
Monochromatic Colors of #5AFACD
Black with #5AFACD
Text Example
Text Example
White with #5AFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFACD; }
p { color: rgb(90,250,205); }
H1.HeaderClassName
{
color: #5AFACD;
}
.AnyTagClassName
{
color: #5AFACD;
}
</style>
background-color css
<style>
a { background-color: #5AFACD; }
a { background-color: rgb(90,250,205); }
div.DivClassName
{
background-color: #5AFACD;
}
.BgClassName
{
background-color: #5AFACD;
}
</style>
border-color css
<style>
span { border-color: #5AFACD; }
span { border-color: rgb(90,250,205); }
td.TdClassName
{
border-color: #5AFACD;
}
.TagClassName
{
border-color: #5AFACD;
}
</style>