Shades of Aquamarine #5AF7BD
Tints of Aquamarine #5AF7BD
RGB
CMYK
RGB Variations
Color information
#5AF7BD (or 0x5AF7BD) is known color: Aquamarine. HEX triplet: 5A, F7 and BD. RGB value is (90,247,189). Sum of RGB (Red+Green+Blue) = 90+247+189=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7BD is #A50842. Grayscale: #C1C1C1. Windows color (decimal): -10815555 or 12449626. OLE color: 12449626.
HSL color Cylindrical-coordinate representation of color #5AF7BD: hue angle of 157.83º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7BD is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 189 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.03 |
| HSL | 157.83º | 0.91% | 0.66% | - |
| HSV(B) | 157.83º | 0.64% | 0.97% | - |
| XYZ | 46.66 | 72.37 | 59.65 | - |
| YUV | 193.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 189 | 0.64 | 0 | 0.23 | 0.03 | 157.83 | 0.91 | 0.66 |
| Hex | 5A | F7 | BD | 40 | 0 | 17 | 3 | 9E | 5B | 42 |
| Octal | 132 | 367 | 275 | 100 | 0 | 27 | 3 | 236 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10111101 | 1000000 | 0 | 10111 | 11 | 10011110 | 1011011 | 1000010 |
Color Harmonies of #5AF7BD
Complementary color
Monochromatic Colors of #5AF7BD
Black with #5AF7BD
Text Example
Text Example
White with #5AF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7BD; }
p { color: rgb(90,247,189); }
H1.HeaderClassName
{
color: #5AF7BD;
}
.AnyTagClassName
{
color: #5AF7BD;
}
</style>
background-color css
<style>
a { background-color: #5AF7BD; }
a { background-color: rgb(90,247,189); }
div.DivClassName
{
background-color: #5AF7BD;
}
.BgClassName
{
background-color: #5AF7BD;
}
</style>
border-color css
<style>
span { border-color: #5AF7BD; }
span { border-color: rgb(90,247,189); }
td.TdClassName
{
border-color: #5AF7BD;
}
.TagClassName
{
border-color: #5AF7BD;
}
</style>