Shades of Aquamarine #5AF9BD
Tints of Aquamarine #5AF9BD
RGB
CMYK
RGB Variations
Color information
#5AF9BD (or 0x5AF9BD) is known color: Aquamarine. HEX triplet: 5A, F9 and BD. RGB value is (90,249,189). Sum of RGB (Red+Green+Blue) = 90+249+189=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF9BD is #A50642. Grayscale: #C2C2C2. Windows color (decimal): -10815043 or 12450138. OLE color: 12450138.
HSL color Cylindrical-coordinate representation of color #5AF9BD: hue angle of 157.36º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9BD is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 189 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.02 |
| HSL | 157.36º | 0.93% | 0.66% | - |
| HSV(B) | 157.36º | 0.64% | 0.98% | - |
| XYZ | 47.28 | 73.6 | 59.86 | - |
| YUV | 194.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 189 | 0.64 | 0 | 0.24 | 0.02 | 157.36 | 0.93 | 0.66 |
| Hex | 5A | F9 | BD | 40 | 0 | 18 | 2 | 9D | 5D | 42 |
| Octal | 132 | 371 | 275 | 100 | 0 | 30 | 2 | 235 | 135 | 102 |
| Binary | 1011010 | 11111001 | 10111101 | 1000000 | 0 | 11000 | 10 | 10011101 | 1011101 | 1000010 |
Color Harmonies of #5AF9BD
Complementary color
Monochromatic Colors of #5AF9BD
Black with #5AF9BD
Text Example
Text Example
White with #5AF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9BD; }
p { color: rgb(90,249,189); }
H1.HeaderClassName
{
color: #5AF9BD;
}
.AnyTagClassName
{
color: #5AF9BD;
}
</style>
background-color css
<style>
a { background-color: #5AF9BD; }
a { background-color: rgb(90,249,189); }
div.DivClassName
{
background-color: #5AF9BD;
}
.BgClassName
{
background-color: #5AF9BD;
}
</style>
border-color css
<style>
span { border-color: #5AF9BD; }
span { border-color: rgb(90,249,189); }
td.TdClassName
{
border-color: #5AF9BD;
}
.TagClassName
{
border-color: #5AF9BD;
}
</style>