Shades of Aquamarine #5AFEDE
Tints of Aquamarine #5AFEDE
RGB
CMYK
RGB Variations
Color information
#5AFEDE (or 0x5AFEDE) is known color: Aquamarine. HEX triplet: 5A, FE and DE. RGB value is (90,254,222). Sum of RGB (Red+Green+Blue) = 90+254+222=566 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.90% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEDE is #A50121. Grayscale: #C9C9C9. Windows color (decimal): -10813730 or 14614106. OLE color: 14614106.
HSL color Cylindrical-coordinate representation of color #5AFEDE: hue angle of 168.29º 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 #5AFEDE is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 222 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.00 |
| HSL | 168.29º | 0.99% | 0.67% | - |
| HSV(B) | 168.29º | 0.65% | 1% | - |
| XYZ | 52.84 | 78.33 | 81.44 | - |
| YUV | 201.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 222 | 0.65 | 0 | 0.13 | 0.00 | 168.29 | 0.99 | 0.67 |
| Hex | 5A | FE | DE | 41 | 0 | D | 0 | A8 | 63 | 43 |
| Octal | 132 | 376 | 336 | 101 | 0 | 15 | 0 | 250 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11011110 | 1000001 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000011 |
Color Harmonies of #5AFEDE
Complementary color
Monochromatic Colors of #5AFEDE
Black with #5AFEDE
Text Example
Text Example
White with #5AFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEDE; }
p { color: rgb(90,254,222); }
H1.HeaderClassName
{
color: #5AFEDE;
}
.AnyTagClassName
{
color: #5AFEDE;
}
</style>
background-color css
<style>
a { background-color: #5AFEDE; }
a { background-color: rgb(90,254,222); }
div.DivClassName
{
background-color: #5AFEDE;
}
.BgClassName
{
background-color: #5AFEDE;
}
</style>
border-color css
<style>
span { border-color: #5AFEDE; }
span { border-color: rgb(90,254,222); }
td.TdClassName
{
border-color: #5AFEDE;
}
.TagClassName
{
border-color: #5AFEDE;
}
</style>