Shades of Medium Aquamarine #5ADFB4
Tints of Medium Aquamarine #5ADFB4
RGB
CMYK
RGB Variations
Color information
#5ADFB4 (or 0x5ADFB4) is known color: Medium Aquamarine. HEX triplet: 5A, DF and B4. RGB value is (90,223,180). Sum of RGB (Red+Green+Blue) = 90+223+180=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFB4 is #A5204B. Grayscale: #B2B2B2. Windows color (decimal): -10821708 or 11853658. OLE color: 11853658.
HSL color Cylindrical-coordinate representation of color #5ADFB4: hue angle of 160.6º 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 #5ADFB4 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 180 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.13 |
| HSL | 160.6º | 0.68% | 0.61% | - |
| HSV(B) | 160.6º | 0.6% | 0.87% | - |
| XYZ | 38.84 | 58.24 | 52.38 | - |
| YUV | 178.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 180 | 0.60 | 0 | 0.19 | 0.13 | 160.6 | 0.68 | 0.61 |
| Hex | 5A | DF | B4 | 3C | 0 | 13 | D | A1 | 44 | 3D |
| Octal | 132 | 337 | 264 | 74 | 0 | 23 | 15 | 241 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10110100 | 111100 | 0 | 10011 | 1101 | 10100001 | 1000100 | 111101 |
Color Harmonies of #5ADFB4
Complementary color
Monochromatic Colors of #5ADFB4
Black with #5ADFB4
Text Example
Text Example
White with #5ADFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFB4; }
p { color: rgb(90,223,180); }
H1.HeaderClassName
{
color: #5ADFB4;
}
.AnyTagClassName
{
color: #5ADFB4;
}
</style>
background-color css
<style>
a { background-color: #5ADFB4; }
a { background-color: rgb(90,223,180); }
div.DivClassName
{
background-color: #5ADFB4;
}
.BgClassName
{
background-color: #5ADFB4;
}
</style>
border-color css
<style>
span { border-color: #5ADFB4; }
span { border-color: rgb(90,223,180); }
td.TdClassName
{
border-color: #5ADFB4;
}
.TagClassName
{
border-color: #5ADFB4;
}
</style>