Shades of Aquamarine #5AFDBC
Tints of Aquamarine #5AFDBC
RGB
CMYK
RGB Variations
Color information
#5AFDBC (or 0x5AFDBC) is known color: Aquamarine. HEX triplet: 5A, FD and BC. RGB value is (90,253,188). Sum of RGB (Red+Green+Blue) = 90+253+188=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDBC is #A50243. Grayscale: #C4C4C4. Windows color (decimal): -10814020 or 12385626. OLE color: 12385626.
HSL color Cylindrical-coordinate representation of color #5AFDBC: hue angle of 156.07º 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 #5AFDBC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 188 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.01 |
| HSL | 156.07º | 0.98% | 0.67% | - |
| HSV(B) | 156.07º | 0.64% | 0.99% | - |
| XYZ | 48.42 | 76.06 | 59.71 | - |
| YUV | 196.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 188 | 0.64 | 0 | 0.26 | 0.01 | 156.07 | 0.98 | 0.67 |
| Hex | 5A | FD | BC | 40 | 0 | 1A | 1 | 9C | 62 | 43 |
| Octal | 132 | 375 | 274 | 100 | 0 | 32 | 1 | 234 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10111100 | 1000000 | 0 | 11010 | 1 | 10011100 | 1100010 | 1000011 |
Color Harmonies of #5AFDBC
Complementary color
Monochromatic Colors of #5AFDBC
Black with #5AFDBC
Text Example
Text Example
White with #5AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDBC; }
p { color: rgb(90,253,188); }
H1.HeaderClassName
{
color: #5AFDBC;
}
.AnyTagClassName
{
color: #5AFDBC;
}
</style>
background-color css
<style>
a { background-color: #5AFDBC; }
a { background-color: rgb(90,253,188); }
div.DivClassName
{
background-color: #5AFDBC;
}
.BgClassName
{
background-color: #5AFDBC;
}
</style>
border-color css
<style>
span { border-color: #5AFDBC; }
span { border-color: rgb(90,253,188); }
td.TdClassName
{
border-color: #5AFDBC;
}
.TagClassName
{
border-color: #5AFDBC;
}
</style>