Shades of Aquamarine #5AFDDA
Tints of Aquamarine #5AFDDA
RGB
CMYK
RGB Variations
Color information
#5AFDDA (or 0x5AFDDA) is known color: Aquamarine. HEX triplet: 5A, FD and DA. RGB value is (90,253,218). Sum of RGB (Red+Green+Blue) = 90+253+218=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDDA is #A50225. Grayscale: #C8C8C8. Windows color (decimal): -10813990 or 14351706. OLE color: 14351706.
HSL color Cylindrical-coordinate representation of color #5AFDDA: hue angle of 167.12º degrees, saturation: 0.98, 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 #5AFDDA is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 218 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.01 |
| HSL | 167.12º | 0.98% | 0.67% | - |
| HSV(B) | 167.12º | 0.64% | 0.99% | - |
| XYZ | 52 | 77.49 | 78.55 | - |
| YUV | 200.27 | 138 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 218 | 0.64 | 0 | 0.14 | 0.01 | 167.12 | 0.98 | 0.67 |
| Hex | 5A | FD | DA | 40 | 0 | E | 1 | A7 | 62 | 43 |
| Octal | 132 | 375 | 332 | 100 | 0 | 16 | 1 | 247 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11011010 | 1000000 | 0 | 1110 | 1 | 10100111 | 1100010 | 1000011 |
Color Harmonies of #5AFDDA
Complementary color
Monochromatic Colors of #5AFDDA
Black with #5AFDDA
Text Example
Text Example
White with #5AFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDDA; }
p { color: rgb(90,253,218); }
H1.HeaderClassName
{
color: #5AFDDA;
}
.AnyTagClassName
{
color: #5AFDDA;
}
</style>
background-color css
<style>
a { background-color: #5AFDDA; }
a { background-color: rgb(90,253,218); }
div.DivClassName
{
background-color: #5AFDDA;
}
.BgClassName
{
background-color: #5AFDDA;
}
</style>
border-color css
<style>
span { border-color: #5AFDDA; }
span { border-color: rgb(90,253,218); }
td.TdClassName
{
border-color: #5AFDDA;
}
.TagClassName
{
border-color: #5AFDDA;
}
</style>