Shades of Medium Aquamarine #5AF3AC
Tints of Medium Aquamarine #5AF3AC
RGB
CMYK
RGB Variations
Color information
#5AF3AC (or 0x5AF3AC) is known color: Medium Aquamarine. HEX triplet: 5A, F3 and AC. RGB value is (90,243,172). Sum of RGB (Red+Green+Blue) = 90+243+172=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF3AC is #A50C53. Grayscale: #BDBDBD. Windows color (decimal): -10816596 or 11334490. OLE color: 11334490.
HSL color Cylindrical-coordinate representation of color #5AF3AC: hue angle of 152.16º degrees, saturation: 0.86, 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 #5AF3AC is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 172 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.05 |
| HSL | 152.16º | 0.86% | 0.65% | - |
| HSV(B) | 152.16º | 0.63% | 0.95% | - |
| XYZ | 43.71 | 69.25 | 50.09 | - |
| YUV | 189.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 172 | 0.63 | 0 | 0.29 | 0.05 | 152.16 | 0.86 | 0.65 |
| Hex | 5A | F3 | AC | 3F | 0 | 1D | 5 | 98 | 56 | 41 |
| Octal | 132 | 363 | 254 | 77 | 0 | 35 | 5 | 230 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10101100 | 111111 | 0 | 11101 | 101 | 10011000 | 1010110 | 1000001 |
Color Harmonies of #5AF3AC
Complementary color
Monochromatic Colors of #5AF3AC
Black with #5AF3AC
Text Example
Text Example
White with #5AF3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3AC; }
p { color: rgb(90,243,172); }
H1.HeaderClassName
{
color: #5AF3AC;
}
.AnyTagClassName
{
color: #5AF3AC;
}
</style>
background-color css
<style>
a { background-color: #5AF3AC; }
a { background-color: rgb(90,243,172); }
div.DivClassName
{
background-color: #5AF3AC;
}
.BgClassName
{
background-color: #5AF3AC;
}
</style>
border-color css
<style>
span { border-color: #5AF3AC; }
span { border-color: rgb(90,243,172); }
td.TdClassName
{
border-color: #5AF3AC;
}
.TagClassName
{
border-color: #5AF3AC;
}
</style>