Shades of Medium Aquamarine #5ADFB5
Tints of Medium Aquamarine #5ADFB5
RGB
CMYK
RGB Variations
Color information
#5ADFB5 (or 0x5ADFB5) is known color: Medium Aquamarine. HEX triplet: 5A, DF and B5. RGB value is (90,223,181). Sum of RGB (Red+Green+Blue) = 90+223+181=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFB5 is #A5204A. Grayscale: #B2B2B2. Windows color (decimal): -10821707 or 11919194. OLE color: 11919194.
HSL color Cylindrical-coordinate representation of color #5ADFB5: hue angle of 161.05º 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 #5ADFB5 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 181 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.13 |
| HSL | 161.05º | 0.68% | 0.61% | - |
| HSV(B) | 161.05º | 0.6% | 0.87% | - |
| XYZ | 38.94 | 58.29 | 52.91 | - |
| YUV | 178.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 181 | 0.60 | 0 | 0.19 | 0.13 | 161.05 | 0.68 | 0.61 |
| Hex | 5A | DF | B5 | 3C | 0 | 13 | D | A1 | 44 | 3D |
| Octal | 132 | 337 | 265 | 74 | 0 | 23 | 15 | 241 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10110101 | 111100 | 0 | 10011 | 1101 | 10100001 | 1000100 | 111101 |
Color Harmonies of #5ADFB5
Complementary color
Monochromatic Colors of #5ADFB5
Black with #5ADFB5
Text Example
Text Example
White with #5ADFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFB5; }
p { color: rgb(90,223,181); }
H1.HeaderClassName
{
color: #5ADFB5;
}
.AnyTagClassName
{
color: #5ADFB5;
}
</style>
background-color css
<style>
a { background-color: #5ADFB5; }
a { background-color: rgb(90,223,181); }
div.DivClassName
{
background-color: #5ADFB5;
}
.BgClassName
{
background-color: #5ADFB5;
}
</style>
border-color css
<style>
span { border-color: #5ADFB5; }
span { border-color: rgb(90,223,181); }
td.TdClassName
{
border-color: #5ADFB5;
}
.TagClassName
{
border-color: #5ADFB5;
}
</style>