Shades of Medium Aquamarine #5ADBA2
Tints of Medium Aquamarine #5ADBA2
RGB
CMYK
RGB Variations
Color information
#5ADBA2 (or 0x5ADBA2) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A2. RGB value is (90,219,162). Sum of RGB (Red+Green+Blue) = 90+219+162=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA2 is #A5245D. Grayscale: #AEAEAE. Windows color (decimal): -10822750 or 10672986. OLE color: 10672986.
HSL color Cylindrical-coordinate representation of color #5ADBA2: hue angle of 153.49º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 162 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.14 |
| HSL | 153.49º | 0.64% | 0.61% | - |
| HSV(B) | 153.49º | 0.59% | 0.86% | - |
| XYZ | 36.07 | 55.45 | 42.98 | - |
| YUV | 173.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 162 | 0.59 | 0 | 0.26 | 0.14 | 153.49 | 0.64 | 0.61 |
| Hex | 5A | DB | A2 | 3B | 0 | 1A | E | 99 | 40 | 3D |
| Octal | 132 | 333 | 242 | 73 | 0 | 32 | 16 | 231 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10100010 | 111011 | 0 | 11010 | 1110 | 10011001 | 1000000 | 111101 |
Color Harmonies of #5ADBA2
Complementary color
Monochromatic Colors of #5ADBA2
Black with #5ADBA2
Text Example
Text Example
White with #5ADBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBA2; }
p { color: rgb(90,219,162); }
H1.HeaderClassName
{
color: #5ADBA2;
}
.AnyTagClassName
{
color: #5ADBA2;
}
</style>
background-color css
<style>
a { background-color: #5ADBA2; }
a { background-color: rgb(90,219,162); }
div.DivClassName
{
background-color: #5ADBA2;
}
.BgClassName
{
background-color: #5ADBA2;
}
</style>
border-color css
<style>
span { border-color: #5ADBA2; }
span { border-color: rgb(90,219,162); }
td.TdClassName
{
border-color: #5ADBA2;
}
.TagClassName
{
border-color: #5ADBA2;
}
</style>