Shades of Medium Aquamarine #5ADAB7
Tints of Medium Aquamarine #5ADAB7
RGB
CMYK
RGB Variations
Color information
#5ADAB7 (or 0x5ADAB7) is known color: Medium Aquamarine. HEX triplet: 5A, DA and B7. RGB value is (90,218,183). Sum of RGB (Red+Green+Blue) = 90+218+183=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADAB7 is #A52548. Grayscale: #AFAFAF. Windows color (decimal): -10822985 or 12048986. OLE color: 12048986.
HSL color Cylindrical-coordinate representation of color #5ADAB7: hue angle of 163.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADAB7 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 183 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.15 |
| HSL | 163.59º | 0.63% | 0.6% | - |
| HSV(B) | 163.59º | 0.59% | 0.85% | - |
| XYZ | 37.84 | 55.74 | 53.56 | - |
| YUV | 175.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 183 | 0.59 | 0 | 0.16 | 0.15 | 163.59 | 0.63 | 0.6 |
| Hex | 5A | DA | B7 | 3B | 0 | 10 | F | A4 | 3F | 3C |
| Octal | 132 | 332 | 267 | 73 | 0 | 20 | 17 | 244 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10110111 | 111011 | 0 | 10000 | 1111 | 10100100 | 111111 | 111100 |
Color Harmonies of #5ADAB7
Complementary color
Monochromatic Colors of #5ADAB7
Black with #5ADAB7
Text Example
Text Example
White with #5ADAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAB7; }
p { color: rgb(90,218,183); }
H1.HeaderClassName
{
color: #5ADAB7;
}
.AnyTagClassName
{
color: #5ADAB7;
}
</style>
background-color css
<style>
a { background-color: #5ADAB7; }
a { background-color: rgb(90,218,183); }
div.DivClassName
{
background-color: #5ADAB7;
}
.BgClassName
{
background-color: #5ADAB7;
}
</style>
border-color css
<style>
span { border-color: #5ADAB7; }
span { border-color: rgb(90,218,183); }
td.TdClassName
{
border-color: #5ADAB7;
}
.TagClassName
{
border-color: #5ADAB7;
}
</style>