Shades of Aquamarine #5AFEDA
Tints of Aquamarine #5AFEDA
RGB
CMYK
RGB Variations
Color information
#5AFEDA (or 0x5AFEDA) is known color: Aquamarine. HEX triplet: 5A, FE and DA. RGB value is (90,254,218). Sum of RGB (Red+Green+Blue) = 90+254+218=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEDA is #A50125. Grayscale: #C8C8C8. Windows color (decimal): -10813734 or 14351962. OLE color: 14351962.
HSL color Cylindrical-coordinate representation of color #5AFEDA: hue angle of 166.83º 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 #5AFEDA is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 218 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.00 |
| HSL | 166.83º | 0.99% | 0.67% | - |
| HSV(B) | 166.83º | 0.65% | 1% | - |
| XYZ | 52.31 | 78.12 | 78.65 | - |
| YUV | 200.86 | 137.67 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 218 | 0.65 | 0 | 0.14 | 0.00 | 166.83 | 0.99 | 0.67 |
| Hex | 5A | FE | DA | 41 | 0 | E | 0 | A7 | 63 | 43 |
| Octal | 132 | 376 | 332 | 101 | 0 | 16 | 0 | 247 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11011010 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000011 |
Color Harmonies of #5AFEDA
Complementary color
Monochromatic Colors of #5AFEDA
Black with #5AFEDA
Text Example
Text Example
White with #5AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEDA; }
p { color: rgb(90,254,218); }
H1.HeaderClassName
{
color: #5AFEDA;
}
.AnyTagClassName
{
color: #5AFEDA;
}
</style>
background-color css
<style>
a { background-color: #5AFEDA; }
a { background-color: rgb(90,254,218); }
div.DivClassName
{
background-color: #5AFEDA;
}
.BgClassName
{
background-color: #5AFEDA;
}
</style>
border-color css
<style>
span { border-color: #5AFEDA; }
span { border-color: rgb(90,254,218); }
td.TdClassName
{
border-color: #5AFEDA;
}
.TagClassName
{
border-color: #5AFEDA;
}
</style>