Shades of Medium Aquamarine #5ADFA0
Tints of Medium Aquamarine #5ADFA0
RGB
CMYK
RGB Variations
Color information
#5ADFA0 (or 0x5ADFA0) is known color: Medium Aquamarine. HEX triplet: 5A, DF and A0. RGB value is (90,223,160). Sum of RGB (Red+Green+Blue) = 90+223+160=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFA0 is #A5205F. Grayscale: #B0B0B0. Windows color (decimal): -10821728 or 10542938. OLE color: 10542938.
HSL color Cylindrical-coordinate representation of color #5ADFA0: hue angle of 151.58º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFA0 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 160 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.13 |
| HSL | 151.58º | 0.68% | 0.61% | - |
| HSV(B) | 151.58º | 0.6% | 0.87% | - |
| XYZ | 36.95 | 57.49 | 42.41 | - |
| YUV | 176.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 160 | 0.60 | 0 | 0.28 | 0.13 | 151.58 | 0.68 | 0.61 |
| Hex | 5A | DF | A0 | 3C | 0 | 1C | D | 98 | 44 | 3D |
| Octal | 132 | 337 | 240 | 74 | 0 | 34 | 15 | 230 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10100000 | 111100 | 0 | 11100 | 1101 | 10011000 | 1000100 | 111101 |
Color Harmonies of #5ADFA0
Complementary color
Monochromatic Colors of #5ADFA0
Black with #5ADFA0
Text Example
Text Example
White with #5ADFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFA0; }
p { color: rgb(90,223,160); }
H1.HeaderClassName
{
color: #5ADFA0;
}
.AnyTagClassName
{
color: #5ADFA0;
}
</style>
background-color css
<style>
a { background-color: #5ADFA0; }
a { background-color: rgb(90,223,160); }
div.DivClassName
{
background-color: #5ADFA0;
}
.BgClassName
{
background-color: #5ADFA0;
}
</style>
border-color css
<style>
span { border-color: #5ADFA0; }
span { border-color: rgb(90,223,160); }
td.TdClassName
{
border-color: #5ADFA0;
}
.TagClassName
{
border-color: #5ADFA0;
}
</style>