Shades of Medium Aquamarine #5AFCA8
Tints of Medium Aquamarine #5AFCA8
RGB
CMYK
RGB Variations
Color information
#5AFCA8 (or 0x5AFCA8) is known color: Medium Aquamarine. HEX triplet: 5A, FC and A8. RGB value is (90,252,168). Sum of RGB (Red+Green+Blue) = 90+252+168=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFCA8 is #A50357. Grayscale: #C2C2C2. Windows color (decimal): -10814296 or 11074650. OLE color: 11074650.
HSL color Cylindrical-coordinate representation of color #5AFCA8: hue angle of 148.89º 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 #5AFCA8 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 168 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.01 |
| HSL | 148.89º | 0.96% | 0.67% | - |
| HSV(B) | 148.89º | 0.64% | 0.99% | - |
| XYZ | 46.09 | 74.62 | 49.02 | - |
| YUV | 193.99 | 113.33 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 168 | 0.64 | 0 | 0.33 | 0.01 | 148.89 | 0.96 | 0.67 |
| Hex | 5A | FC | A8 | 40 | 0 | 21 | 1 | 95 | 60 | 43 |
| Octal | 132 | 374 | 250 | 100 | 0 | 41 | 1 | 225 | 140 | 103 |
| Binary | 1011010 | 11111100 | 10101000 | 1000000 | 0 | 100001 | 1 | 10010101 | 1100000 | 1000011 |
Color Harmonies of #5AFCA8
Complementary color
Monochromatic Colors of #5AFCA8
Black with #5AFCA8
Text Example
Text Example
White with #5AFCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCA8; }
p { color: rgb(90,252,168); }
H1.HeaderClassName
{
color: #5AFCA8;
}
.AnyTagClassName
{
color: #5AFCA8;
}
</style>
background-color css
<style>
a { background-color: #5AFCA8; }
a { background-color: rgb(90,252,168); }
div.DivClassName
{
background-color: #5AFCA8;
}
.BgClassName
{
background-color: #5AFCA8;
}
</style>
border-color css
<style>
span { border-color: #5AFCA8; }
span { border-color: rgb(90,252,168); }
td.TdClassName
{
border-color: #5AFCA8;
}
.TagClassName
{
border-color: #5AFCA8;
}
</style>