Shades of Medium Aquamarine #5AC9B2
Tints of Medium Aquamarine #5AC9B2
RGB
CMYK
RGB Variations
Color information
#5AC9B2 (or 0x5AC9B2) is known color: Medium Aquamarine. HEX triplet: 5A, C9 and B2. RGB value is (90,201,178). Sum of RGB (Red+Green+Blue) = 90+201+178=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC9B2 is #A5364D. Grayscale: #A5A5A5. Windows color (decimal): -10827342 or 11716954. OLE color: 11716954.
HSL color Cylindrical-coordinate representation of color #5AC9B2: hue angle of 167.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC9B2 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 178 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.21 |
| HSL | 167.57º | 0.51% | 0.57% | - |
| HSV(B) | 167.57º | 0.55% | 0.79% | - |
| XYZ | 33.14 | 47.16 | 49.48 | - |
| YUV | 165.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 178 | 0.55 | 0 | 0.11 | 0.21 | 167.57 | 0.51 | 0.57 |
| Hex | 5A | C9 | B2 | 37 | 0 | B | 15 | A8 | 33 | 39 |
| Octal | 132 | 311 | 262 | 67 | 0 | 13 | 25 | 250 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10110010 | 110111 | 0 | 1011 | 10101 | 10101000 | 110011 | 111001 |
Color Harmonies of #5AC9B2
Complementary color
Monochromatic Colors of #5AC9B2
Black with #5AC9B2
Text Example
Text Example
White with #5AC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC9B2; }
p { color: rgb(90,201,178); }
H1.HeaderClassName
{
color: #5AC9B2;
}
.AnyTagClassName
{
color: #5AC9B2;
}
</style>
background-color css
<style>
a { background-color: #5AC9B2; }
a { background-color: rgb(90,201,178); }
div.DivClassName
{
background-color: #5AC9B2;
}
.BgClassName
{
background-color: #5AC9B2;
}
</style>
border-color css
<style>
span { border-color: #5AC9B2; }
span { border-color: rgb(90,201,178); }
td.TdClassName
{
border-color: #5AC9B2;
}
.TagClassName
{
border-color: #5AC9B2;
}
</style>