Shades of Medium Aquamarine #5ADFA3
Tints of Medium Aquamarine #5ADFA3
RGB
CMYK
RGB Variations
Color information
#5ADFA3 (or 0x5ADFA3) is known color: Medium Aquamarine. HEX triplet: 5A, DF and A3. RGB value is (90,223,163). Sum of RGB (Red+Green+Blue) = 90+223+163=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFA3 is #A5205C. Grayscale: #B0B0B0. Windows color (decimal): -10821725 or 10739546. OLE color: 10739546.
HSL color Cylindrical-coordinate representation of color #5ADFA3: hue angle of 152.93º 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 #5ADFA3 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 163 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.13 |
| HSL | 152.93º | 0.68% | 0.61% | - |
| HSV(B) | 152.93º | 0.6% | 0.87% | - |
| XYZ | 37.21 | 57.59 | 43.81 | - |
| YUV | 176.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 163 | 0.60 | 0 | 0.27 | 0.13 | 152.93 | 0.68 | 0.61 |
| Hex | 5A | DF | A3 | 3C | 0 | 1B | D | 99 | 44 | 3D |
| Octal | 132 | 337 | 243 | 74 | 0 | 33 | 15 | 231 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10100011 | 111100 | 0 | 11011 | 1101 | 10011001 | 1000100 | 111101 |
Color Harmonies of #5ADFA3
Complementary color
Monochromatic Colors of #5ADFA3
Black with #5ADFA3
Text Example
Text Example
White with #5ADFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFA3; }
p { color: rgb(90,223,163); }
H1.HeaderClassName
{
color: #5ADFA3;
}
.AnyTagClassName
{
color: #5ADFA3;
}
</style>
background-color css
<style>
a { background-color: #5ADFA3; }
a { background-color: rgb(90,223,163); }
div.DivClassName
{
background-color: #5ADFA3;
}
.BgClassName
{
background-color: #5ADFA3;
}
</style>
border-color css
<style>
span { border-color: #5ADFA3; }
span { border-color: rgb(90,223,163); }
td.TdClassName
{
border-color: #5ADFA3;
}
.TagClassName
{
border-color: #5ADFA3;
}
</style>