Shades of Medium Aquamarine #5AF2AC
Tints of Medium Aquamarine #5AF2AC
RGB
CMYK
RGB Variations
Color information
#5AF2AC (or 0x5AF2AC) is known color: Medium Aquamarine. HEX triplet: 5A, F2 and AC. RGB value is (90,242,172). Sum of RGB (Red+Green+Blue) = 90+242+172=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF2AC is #A50D53. Grayscale: #BCBCBC. Windows color (decimal): -10816852 or 11334234. OLE color: 11334234.
HSL color Cylindrical-coordinate representation of color #5AF2AC: hue angle of 152.37º degrees, saturation: 0.85, 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 #5AF2AC is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 172 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 152.37º | 0.85% | 0.65% | - |
| HSV(B) | 152.37º | 0.63% | 0.95% | - |
| XYZ | 43.41 | 68.66 | 49.99 | - |
| YUV | 188.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 172 | 0.63 | 0 | 0.29 | 0.05 | 152.37 | 0.85 | 0.65 |
| Hex | 5A | F2 | AC | 3F | 0 | 1D | 5 | 98 | 55 | 41 |
| Octal | 132 | 362 | 254 | 77 | 0 | 35 | 5 | 230 | 125 | 101 |
| Binary | 1011010 | 11110010 | 10101100 | 111111 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000001 |
Color Harmonies of #5AF2AC
Complementary color
Monochromatic Colors of #5AF2AC
Black with #5AF2AC
Text Example
Text Example
White with #5AF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF2AC; }
p { color: rgb(90,242,172); }
H1.HeaderClassName
{
color: #5AF2AC;
}
.AnyTagClassName
{
color: #5AF2AC;
}
</style>
background-color css
<style>
a { background-color: #5AF2AC; }
a { background-color: rgb(90,242,172); }
div.DivClassName
{
background-color: #5AF2AC;
}
.BgClassName
{
background-color: #5AF2AC;
}
</style>
border-color css
<style>
span { border-color: #5AF2AC; }
span { border-color: rgb(90,242,172); }
td.TdClassName
{
border-color: #5AF2AC;
}
.TagClassName
{
border-color: #5AF2AC;
}
</style>