Shades of Aquamarine #5AFEBD
Tints of Aquamarine #5AFEBD
RGB
CMYK
RGB Variations
Color information
#5AFEBD (or 0x5AFEBD) is known color: Aquamarine. HEX triplet: 5A, FE and BD. RGB value is (90,254,189). Sum of RGB (Red+Green+Blue) = 90+254+189=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFEBD is #A50142. Grayscale: #C5C5C5. Windows color (decimal): -10813763 or 12451418. OLE color: 12451418.
HSL color Cylindrical-coordinate representation of color #5AFEBD: hue angle of 156.22º 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 #5AFEBD is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 189 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.00 |
| HSL | 156.22º | 0.99% | 0.67% | - |
| HSV(B) | 156.22º | 0.65% | 1% | - |
| XYZ | 48.84 | 76.73 | 60.38 | - |
| YUV | 197.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 189 | 0.65 | 0 | 0.26 | 0.00 | 156.22 | 0.99 | 0.67 |
| Hex | 5A | FE | BD | 41 | 0 | 1A | 0 | 9C | 63 | 43 |
| Octal | 132 | 376 | 275 | 101 | 0 | 32 | 0 | 234 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10111101 | 1000001 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000011 |
Color Harmonies of #5AFEBD
Complementary color
Monochromatic Colors of #5AFEBD
Black with #5AFEBD
Text Example
Text Example
White with #5AFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEBD; }
p { color: rgb(90,254,189); }
H1.HeaderClassName
{
color: #5AFEBD;
}
.AnyTagClassName
{
color: #5AFEBD;
}
</style>
background-color css
<style>
a { background-color: #5AFEBD; }
a { background-color: rgb(90,254,189); }
div.DivClassName
{
background-color: #5AFEBD;
}
.BgClassName
{
background-color: #5AFEBD;
}
</style>
border-color css
<style>
span { border-color: #5AFEBD; }
span { border-color: rgb(90,254,189); }
td.TdClassName
{
border-color: #5AFEBD;
}
.TagClassName
{
border-color: #5AFEBD;
}
</style>