Shades of Medium Aquamarine #5ADEB8
Tints of Medium Aquamarine #5ADEB8
RGB
CMYK
RGB Variations
Color information
#5ADEB8 (or 0x5ADEB8) is known color: Medium Aquamarine. HEX triplet: 5A, DE and B8. RGB value is (90,222,184). Sum of RGB (Red+Green+Blue) = 90+222+184=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEB8 is #A52147. Grayscale: #B2B2B2. Windows color (decimal): -10821960 or 12115546. OLE color: 12115546.
HSL color Cylindrical-coordinate representation of color #5ADEB8: hue angle of 162.73º degrees, saturation: 0.67, 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 #5ADEB8 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 184 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.13 |
| HSL | 162.73º | 0.67% | 0.61% | - |
| HSV(B) | 162.73º | 0.59% | 0.87% | - |
| XYZ | 38.99 | 57.88 | 54.46 | - |
| YUV | 178.2 | 131.27 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 184 | 0.59 | 0 | 0.17 | 0.13 | 162.73 | 0.67 | 0.61 |
| Hex | 5A | DE | B8 | 3B | 0 | 11 | D | A3 | 43 | 3D |
| Octal | 132 | 336 | 270 | 73 | 0 | 21 | 15 | 243 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10111000 | 111011 | 0 | 10001 | 1101 | 10100011 | 1000011 | 111101 |
Color Harmonies of #5ADEB8
Complementary color
Monochromatic Colors of #5ADEB8
Black with #5ADEB8
Text Example
Text Example
White with #5ADEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEB8; }
p { color: rgb(90,222,184); }
H1.HeaderClassName
{
color: #5ADEB8;
}
.AnyTagClassName
{
color: #5ADEB8;
}
</style>
background-color css
<style>
a { background-color: #5ADEB8; }
a { background-color: rgb(90,222,184); }
div.DivClassName
{
background-color: #5ADEB8;
}
.BgClassName
{
background-color: #5ADEB8;
}
</style>
border-color css
<style>
span { border-color: #5ADEB8; }
span { border-color: rgb(90,222,184); }
td.TdClassName
{
border-color: #5ADEB8;
}
.TagClassName
{
border-color: #5ADEB8;
}
</style>