Shades of Medium Aquamarine #5AF1AC
Tints of Medium Aquamarine #5AF1AC
RGB
CMYK
RGB Variations
Color information
#5AF1AC (or 0x5AF1AC) is known color: Medium Aquamarine. HEX triplet: 5A, F1 and AC. RGB value is (90,241,172). Sum of RGB (Red+Green+Blue) = 90+241+172=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF1AC is #A50E53. Grayscale: #BCBCBC. Windows color (decimal): -10817108 or 11333978. OLE color: 11333978.
HSL color Cylindrical-coordinate representation of color #5AF1AC: hue angle of 152.58º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1AC is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 172 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 152.58º | 0.84% | 0.65% | - |
| HSV(B) | 152.58º | 0.63% | 0.95% | - |
| XYZ | 43.12 | 68.06 | 49.89 | - |
| YUV | 187.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 172 | 0.63 | 0 | 0.29 | 0.05 | 152.58 | 0.84 | 0.65 |
| Hex | 5A | F1 | AC | 3F | 0 | 1D | 5 | 99 | 54 | 41 |
| Octal | 132 | 361 | 254 | 77 | 0 | 35 | 5 | 231 | 124 | 101 |
| Binary | 1011010 | 11110001 | 10101100 | 111111 | 0 | 11101 | 101 | 10011001 | 1010100 | 1000001 |
Color Harmonies of #5AF1AC
Complementary color
Monochromatic Colors of #5AF1AC
Black with #5AF1AC
Text Example
Text Example
White with #5AF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1AC; }
p { color: rgb(90,241,172); }
H1.HeaderClassName
{
color: #5AF1AC;
}
.AnyTagClassName
{
color: #5AF1AC;
}
</style>
background-color css
<style>
a { background-color: #5AF1AC; }
a { background-color: rgb(90,241,172); }
div.DivClassName
{
background-color: #5AF1AC;
}
.BgClassName
{
background-color: #5AF1AC;
}
</style>
border-color css
<style>
span { border-color: #5AF1AC; }
span { border-color: rgb(90,241,172); }
td.TdClassName
{
border-color: #5AF1AC;
}
.TagClassName
{
border-color: #5AF1AC;
}
</style>