Shades of Medium Aquamarine #5AFC9B
Tints of Medium Aquamarine #5AFC9B
RGB
CMYK
RGB Variations
Color information
#5AFC9B (or 0x5AFC9B) is known color: Medium Aquamarine. HEX triplet: 5A, FC and 9B. RGB value is (90,252,155). Sum of RGB (Red+Green+Blue) = 90+252+155=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFC9B is #A50364. Grayscale: #C0C0C0. Windows color (decimal): -10814309 or 10222682. OLE color: 10222682.
HSL color Cylindrical-coordinate representation of color #5AFC9B: hue angle of 144.07º 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 #5AFC9B is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 155 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.01 |
| HSL | 144.07º | 0.96% | 0.67% | - |
| HSV(B) | 144.07º | 0.64% | 0.99% | - |
| XYZ | 44.94 | 74.16 | 42.96 | - |
| YUV | 192.5 | 106.83 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 155 | 0.64 | 0 | 0.38 | 0.01 | 144.07 | 0.96 | 0.67 |
| Hex | 5A | FC | 9B | 40 | 0 | 26 | 1 | 90 | 60 | 43 |
| Octal | 132 | 374 | 233 | 100 | 0 | 46 | 1 | 220 | 140 | 103 |
| Binary | 1011010 | 11111100 | 10011011 | 1000000 | 0 | 100110 | 1 | 10010000 | 1100000 | 1000011 |
Color Harmonies of #5AFC9B
Complementary color
Monochromatic Colors of #5AFC9B
Black with #5AFC9B
Text Example
Text Example
White with #5AFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC9B; }
p { color: rgb(90,252,155); }
H1.HeaderClassName
{
color: #5AFC9B;
}
.AnyTagClassName
{
color: #5AFC9B;
}
</style>
background-color css
<style>
a { background-color: #5AFC9B; }
a { background-color: rgb(90,252,155); }
div.DivClassName
{
background-color: #5AFC9B;
}
.BgClassName
{
background-color: #5AFC9B;
}
</style>
border-color css
<style>
span { border-color: #5AFC9B; }
span { border-color: rgb(90,252,155); }
td.TdClassName
{
border-color: #5AFC9B;
}
.TagClassName
{
border-color: #5AFC9B;
}
</style>