Shades of Medium Aquamarine #5ACFAA
Tints of Medium Aquamarine #5ACFAA
RGB
CMYK
RGB Variations
Color information
#5ACFAA (or 0x5ACFAA) is known color: Medium Aquamarine. HEX triplet: 5A, CF and AA. RGB value is (90,207,170). Sum of RGB (Red+Green+Blue) = 90+207+170=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACFAA is #A53055. Grayscale: #A7A7A7. Windows color (decimal): -10825814 or 11194202. OLE color: 11194202.
HSL color Cylindrical-coordinate representation of color #5ACFAA: hue angle of 161.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFAA is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 170 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.19 |
| HSL | 161.03º | 0.55% | 0.58% | - |
| HSV(B) | 161.03º | 0.57% | 0.81% | - |
| XYZ | 33.78 | 49.7 | 45.84 | - |
| YUV | 167.8 | 129.24 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 170 | 0.57 | 0 | 0.18 | 0.19 | 161.03 | 0.55 | 0.58 |
| Hex | 5A | CF | AA | 39 | 0 | 12 | 13 | A1 | 37 | 3A |
| Octal | 132 | 317 | 252 | 71 | 0 | 22 | 23 | 241 | 67 | 72 |
| Binary | 1011010 | 11001111 | 10101010 | 111001 | 0 | 10010 | 10011 | 10100001 | 110111 | 111010 |
Color Harmonies of #5ACFAA
Complementary color
Monochromatic Colors of #5ACFAA
Black with #5ACFAA
Text Example
Text Example
White with #5ACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFAA; }
p { color: rgb(90,207,170); }
H1.HeaderClassName
{
color: #5ACFAA;
}
.AnyTagClassName
{
color: #5ACFAA;
}
</style>
background-color css
<style>
a { background-color: #5ACFAA; }
a { background-color: rgb(90,207,170); }
div.DivClassName
{
background-color: #5ACFAA;
}
.BgClassName
{
background-color: #5ACFAA;
}
</style>
border-color css
<style>
span { border-color: #5ACFAA; }
span { border-color: rgb(90,207,170); }
td.TdClassName
{
border-color: #5ACFAA;
}
.TagClassName
{
border-color: #5ACFAA;
}
</style>