Shades of Medium Aquamarine #5ADDB0
Tints of Medium Aquamarine #5ADDB0
RGB
CMYK
RGB Variations
Color information
#5ADDB0 (or 0x5ADDB0) is known color: Medium Aquamarine. HEX triplet: 5A, DD and B0. RGB value is (90,221,176). Sum of RGB (Red+Green+Blue) = 90+221+176=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADDB0 is #A5224F. Grayscale: #B0B0B0. Windows color (decimal): -10822224 or 11591002. OLE color: 11591002.
HSL color Cylindrical-coordinate representation of color #5ADDB0: hue angle of 159.39º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDB0 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 176 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.13 |
| HSL | 159.39º | 0.66% | 0.61% | - |
| HSV(B) | 159.39º | 0.59% | 0.87% | - |
| XYZ | 37.91 | 57.02 | 50.08 | - |
| YUV | 176.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 176 | 0.59 | 0 | 0.20 | 0.13 | 159.39 | 0.66 | 0.61 |
| Hex | 5A | DD | B0 | 3B | 0 | 14 | D | 9F | 42 | 3D |
| Octal | 132 | 335 | 260 | 73 | 0 | 24 | 15 | 237 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10110000 | 111011 | 0 | 10100 | 1101 | 10011111 | 1000010 | 111101 |
Color Harmonies of #5ADDB0
Complementary color
Monochromatic Colors of #5ADDB0
Black with #5ADDB0
Text Example
Text Example
White with #5ADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDB0; }
p { color: rgb(90,221,176); }
H1.HeaderClassName
{
color: #5ADDB0;
}
.AnyTagClassName
{
color: #5ADDB0;
}
</style>
background-color css
<style>
a { background-color: #5ADDB0; }
a { background-color: rgb(90,221,176); }
div.DivClassName
{
background-color: #5ADDB0;
}
.BgClassName
{
background-color: #5ADDB0;
}
</style>
border-color css
<style>
span { border-color: #5ADDB0; }
span { border-color: rgb(90,221,176); }
td.TdClassName
{
border-color: #5ADDB0;
}
.TagClassName
{
border-color: #5ADDB0;
}
</style>