Shades of Medium Aquamarine #5AFCA2
Tints of Medium Aquamarine #5AFCA2
RGB
CMYK
RGB Variations
Color information
#5AFCA2 (or 0x5AFCA2) is known color: Medium Aquamarine. HEX triplet: 5A, FC and A2. RGB value is (90,252,162). Sum of RGB (Red+Green+Blue) = 90+252+162=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFCA2 is #A5035D. Grayscale: #C1C1C1. Windows color (decimal): -10814302 or 10681434. OLE color: 10681434.
HSL color Cylindrical-coordinate representation of color #5AFCA2: hue angle of 146.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFCA2 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 162 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.01 |
| HSL | 146.67º | 0.96% | 0.67% | - |
| HSV(B) | 146.67º | 0.64% | 0.99% | - |
| XYZ | 45.55 | 74.4 | 46.14 | - |
| YUV | 193.3 | 110.33 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 162 | 0.64 | 0 | 0.36 | 0.01 | 146.67 | 0.96 | 0.67 |
| Hex | 5A | FC | A2 | 40 | 0 | 24 | 1 | 93 | 60 | 43 |
| Octal | 132 | 374 | 242 | 100 | 0 | 44 | 1 | 223 | 140 | 103 |
| Binary | 1011010 | 11111100 | 10100010 | 1000000 | 0 | 100100 | 1 | 10010011 | 1100000 | 1000011 |
Color Harmonies of #5AFCA2
Complementary color
Monochromatic Colors of #5AFCA2
Black with #5AFCA2
Text Example
Text Example
White with #5AFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCA2; }
p { color: rgb(90,252,162); }
H1.HeaderClassName
{
color: #5AFCA2;
}
.AnyTagClassName
{
color: #5AFCA2;
}
</style>
background-color css
<style>
a { background-color: #5AFCA2; }
a { background-color: rgb(90,252,162); }
div.DivClassName
{
background-color: #5AFCA2;
}
.BgClassName
{
background-color: #5AFCA2;
}
</style>
border-color css
<style>
span { border-color: #5AFCA2; }
span { border-color: rgb(90,252,162); }
td.TdClassName
{
border-color: #5AFCA2;
}
.TagClassName
{
border-color: #5AFCA2;
}
</style>