Shades of Medium Aquamarine #5AF9AC
Tints of Medium Aquamarine #5AF9AC
RGB
CMYK
RGB Variations
Color information
#5AF9AC (or 0x5AF9AC) is known color: Medium Aquamarine. HEX triplet: 5A, F9 and AC. RGB value is (90,249,172). Sum of RGB (Red+Green+Blue) = 90+249+172=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF9AC is #A50653. Grayscale: #C0C0C0. Windows color (decimal): -10815060 or 11336026. OLE color: 11336026.
HSL color Cylindrical-coordinate representation of color #5AF9AC: hue angle of 150.94º 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 #5AF9AC is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 172 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.02 |
| HSL | 150.94º | 0.93% | 0.66% | - |
| HSV(B) | 150.94º | 0.64% | 0.98% | - |
| XYZ | 45.54 | 72.9 | 50.7 | - |
| YUV | 192.68 | 116.32 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 172 | 0.64 | 0 | 0.31 | 0.02 | 150.94 | 0.93 | 0.66 |
| Hex | 5A | F9 | AC | 40 | 0 | 1F | 2 | 97 | 5D | 42 |
| Octal | 132 | 371 | 254 | 100 | 0 | 37 | 2 | 227 | 135 | 102 |
| Binary | 1011010 | 11111001 | 10101100 | 1000000 | 0 | 11111 | 10 | 10010111 | 1011101 | 1000010 |
Color Harmonies of #5AF9AC
Complementary color
Monochromatic Colors of #5AF9AC
Black with #5AF9AC
Text Example
Text Example
White with #5AF9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9AC; }
p { color: rgb(90,249,172); }
H1.HeaderClassName
{
color: #5AF9AC;
}
.AnyTagClassName
{
color: #5AF9AC;
}
</style>
background-color css
<style>
a { background-color: #5AF9AC; }
a { background-color: rgb(90,249,172); }
div.DivClassName
{
background-color: #5AF9AC;
}
.BgClassName
{
background-color: #5AF9AC;
}
</style>
border-color css
<style>
span { border-color: #5AF9AC; }
span { border-color: rgb(90,249,172); }
td.TdClassName
{
border-color: #5AF9AC;
}
.TagClassName
{
border-color: #5AF9AC;
}
</style>