Shades of Aquamarine #5AFCDA
Tints of Aquamarine #5AFCDA
RGB
CMYK
RGB Variations
Color information
#5AFCDA (or 0x5AFCDA) is known color: Aquamarine. HEX triplet: 5A, FC and DA. RGB value is (90,252,218). Sum of RGB (Red+Green+Blue) = 90+252+218=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFCDA is #A50325. Grayscale: #C7C7C7. Windows color (decimal): -10814246 or 14351450. OLE color: 14351450.
HSL color Cylindrical-coordinate representation of color #5AFCDA: hue angle of 167.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCDA is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 218 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 167.41º | 0.96% | 0.67% | - |
| HSV(B) | 167.41º | 0.64% | 0.99% | - |
| XYZ | 51.68 | 76.86 | 78.44 | - |
| YUV | 199.69 | 138.33 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 218 | 0.64 | 0 | 0.13 | 0.01 | 167.41 | 0.96 | 0.67 |
| Hex | 5A | FC | DA | 40 | 0 | D | 1 | A7 | 60 | 43 |
| Octal | 132 | 374 | 332 | 100 | 0 | 15 | 1 | 247 | 140 | 103 |
| Binary | 1011010 | 11111100 | 11011010 | 1000000 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000011 |
Color Harmonies of #5AFCDA
Complementary color
Monochromatic Colors of #5AFCDA
Black with #5AFCDA
Text Example
Text Example
White with #5AFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCDA; }
p { color: rgb(90,252,218); }
H1.HeaderClassName
{
color: #5AFCDA;
}
.AnyTagClassName
{
color: #5AFCDA;
}
</style>
background-color css
<style>
a { background-color: #5AFCDA; }
a { background-color: rgb(90,252,218); }
div.DivClassName
{
background-color: #5AFCDA;
}
.BgClassName
{
background-color: #5AFCDA;
}
</style>
border-color css
<style>
span { border-color: #5AFCDA; }
span { border-color: rgb(90,252,218); }
td.TdClassName
{
border-color: #5AFCDA;
}
.TagClassName
{
border-color: #5AFCDA;
}
</style>