Shades of Medium Aquamarine #5ADFB2
Tints of Medium Aquamarine #5ADFB2
RGB
CMYK
RGB Variations
Color information
#5ADFB2 (or 0x5ADFB2) is known color: Medium Aquamarine. HEX triplet: 5A, DF and B2. RGB value is (90,223,178). Sum of RGB (Red+Green+Blue) = 90+223+178=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFB2 is #A5204D. Grayscale: #B2B2B2. Windows color (decimal): -10821710 or 11722586. OLE color: 11722586.
HSL color Cylindrical-coordinate representation of color #5ADFB2: hue angle of 159.7º 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 #5ADFB2 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 178 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.13 |
| HSL | 159.7º | 0.68% | 0.61% | - |
| HSV(B) | 159.7º | 0.6% | 0.87% | - |
| XYZ | 38.64 | 58.16 | 51.31 | - |
| YUV | 178.1 | 127.94 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 178 | 0.60 | 0 | 0.20 | 0.13 | 159.7 | 0.68 | 0.61 |
| Hex | 5A | DF | B2 | 3C | 0 | 14 | D | A0 | 44 | 3D |
| Octal | 132 | 337 | 262 | 74 | 0 | 24 | 15 | 240 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10110010 | 111100 | 0 | 10100 | 1101 | 10100000 | 1000100 | 111101 |
Color Harmonies of #5ADFB2
Complementary color
Monochromatic Colors of #5ADFB2
Black with #5ADFB2
Text Example
Text Example
White with #5ADFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFB2; }
p { color: rgb(90,223,178); }
H1.HeaderClassName
{
color: #5ADFB2;
}
.AnyTagClassName
{
color: #5ADFB2;
}
</style>
background-color css
<style>
a { background-color: #5ADFB2; }
a { background-color: rgb(90,223,178); }
div.DivClassName
{
background-color: #5ADFB2;
}
.BgClassName
{
background-color: #5ADFB2;
}
</style>
border-color css
<style>
span { border-color: #5ADFB2; }
span { border-color: rgb(90,223,178); }
td.TdClassName
{
border-color: #5ADFB2;
}
.TagClassName
{
border-color: #5ADFB2;
}
</style>