Shades of Aquamarine #5AFDBD
Tints of Aquamarine #5AFDBD
RGB
CMYK
RGB Variations
Color information
#5AFDBD (or 0x5AFDBD) is known color: Aquamarine. HEX triplet: 5A, FD and BD. RGB value is (90,253,189). Sum of RGB (Red+Green+Blue) = 90+253+189=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDBD is #A50242. Grayscale: #C5C5C5. Windows color (decimal): -10814019 or 12451162. OLE color: 12451162.
HSL color Cylindrical-coordinate representation of color #5AFDBD: hue angle of 156.44º 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 #5AFDBD is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 189 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.01 |
| HSL | 156.44º | 0.98% | 0.67% | - |
| HSV(B) | 156.44º | 0.64% | 0.99% | - |
| XYZ | 48.53 | 76.1 | 60.27 | - |
| YUV | 196.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 189 | 0.64 | 0 | 0.25 | 0.01 | 156.44 | 0.98 | 0.67 |
| Hex | 5A | FD | BD | 40 | 0 | 19 | 1 | 9C | 62 | 43 |
| Octal | 132 | 375 | 275 | 100 | 0 | 31 | 1 | 234 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10111101 | 1000000 | 0 | 11001 | 1 | 10011100 | 1100010 | 1000011 |
Color Harmonies of #5AFDBD
Complementary color
Monochromatic Colors of #5AFDBD
Black with #5AFDBD
Text Example
Text Example
White with #5AFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDBD; }
p { color: rgb(90,253,189); }
H1.HeaderClassName
{
color: #5AFDBD;
}
.AnyTagClassName
{
color: #5AFDBD;
}
</style>
background-color css
<style>
a { background-color: #5AFDBD; }
a { background-color: rgb(90,253,189); }
div.DivClassName
{
background-color: #5AFDBD;
}
.BgClassName
{
background-color: #5AFDBD;
}
</style>
border-color css
<style>
span { border-color: #5AFDBD; }
span { border-color: rgb(90,253,189); }
td.TdClassName
{
border-color: #5AFDBD;
}
.TagClassName
{
border-color: #5AFDBD;
}
</style>