Shades of Aquamarine #5AFDDC
Tints of Aquamarine #5AFDDC
RGB
CMYK
RGB Variations
Color information
#5AFDDC (or 0x5AFDDC) is known color: Aquamarine. HEX triplet: 5A, FD and DC. RGB value is (90,253,220). Sum of RGB (Red+Green+Blue) = 90+253+220=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDDC is #A50223. Grayscale: #C8C8C8. Windows color (decimal): -10813988 or 14482778. OLE color: 14482778.
HSL color Cylindrical-coordinate representation of color #5AFDDC: hue angle of 167.85º 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 #5AFDDC is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 220 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 167.85º | 0.98% | 0.67% | - |
| HSV(B) | 167.85º | 0.64% | 0.99% | - |
| XYZ | 52.26 | 77.59 | 79.93 | - |
| YUV | 200.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 220 | 0.64 | 0 | 0.13 | 0.01 | 167.85 | 0.98 | 0.67 |
| Hex | 5A | FD | DC | 40 | 0 | D | 1 | A8 | 62 | 43 |
| Octal | 132 | 375 | 334 | 100 | 0 | 15 | 1 | 250 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11011100 | 1000000 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000011 |
Color Harmonies of #5AFDDC
Complementary color
Monochromatic Colors of #5AFDDC
Black with #5AFDDC
Text Example
Text Example
White with #5AFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDDC; }
p { color: rgb(90,253,220); }
H1.HeaderClassName
{
color: #5AFDDC;
}
.AnyTagClassName
{
color: #5AFDDC;
}
</style>
background-color css
<style>
a { background-color: #5AFDDC; }
a { background-color: rgb(90,253,220); }
div.DivClassName
{
background-color: #5AFDDC;
}
.BgClassName
{
background-color: #5AFDDC;
}
</style>
border-color css
<style>
span { border-color: #5AFDDC; }
span { border-color: rgb(90,253,220); }
td.TdClassName
{
border-color: #5AFDDC;
}
.TagClassName
{
border-color: #5AFDDC;
}
</style>