Shades of Medium Aquamarine #5AFF9C
Tints of Medium Aquamarine #5AFF9C
RGB
CMYK
RGB Variations
Color information
#5AFF9C (or 0x5AFF9C) is known color: Medium Aquamarine. HEX triplet: 5A, FF and 9C. RGB value is (90,255,156). Sum of RGB (Red+Green+Blue) = 90+255+156=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF9C is #A50063. Grayscale: #C2C2C2. Windows color (decimal): -10813540 or 10288986. OLE color: 10288986.
HSL color Cylindrical-coordinate representation of color #5AFF9C: hue angle of 144º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFF9C is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 156 | - |
| CMYK | 0.65 | 0 | 0.39 | 0 |
| HSL | 144º | 1% | 0.68% | - |
| HSV(B) | 144º | 0.65% | 1% | - |
| XYZ | 45.98 | 76.09 | 43.72 | - |
| YUV | 194.38 | 106.34 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 156 | 0.65 | 0 | 0.39 | 0 | 144 | 1 | 0.68 |
| Hex | 5A | FF | 9C | 41 | 0 | 27 | 0 | 90 | 64 | 44 |
| Octal | 132 | 377 | 234 | 101 | 0 | 47 | 0 | 220 | 144 | 104 |
| Binary | 1011010 | 11111111 | 10011100 | 1000001 | 0 | 100111 | 0 | 10010000 | 1100100 | 1000100 |
Color Harmonies of #5AFF9C
Complementary color
Monochromatic Colors of #5AFF9C
Black with #5AFF9C
Text Example
Text Example
White with #5AFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF9C; }
p { color: rgb(90,255,156); }
H1.HeaderClassName
{
color: #5AFF9C;
}
.AnyTagClassName
{
color: #5AFF9C;
}
</style>
background-color css
<style>
a { background-color: #5AFF9C; }
a { background-color: rgb(90,255,156); }
div.DivClassName
{
background-color: #5AFF9C;
}
.BgClassName
{
background-color: #5AFF9C;
}
</style>
border-color css
<style>
span { border-color: #5AFF9C; }
span { border-color: rgb(90,255,156); }
td.TdClassName
{
border-color: #5AFF9C;
}
.TagClassName
{
border-color: #5AFF9C;
}
</style>