Shades of Medium Aquamarine #5ADFA8
Tints of Medium Aquamarine #5ADFA8
RGB
CMYK
RGB Variations
Color information
#5ADFA8 (or 0x5ADFA8) is known color: Medium Aquamarine. HEX triplet: 5A, DF and A8. RGB value is (90,223,168). Sum of RGB (Red+Green+Blue) = 90+223+168=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFA8 is #A52057. Grayscale: #B1B1B1. Windows color (decimal): -10821720 or 11067226. OLE color: 11067226.
HSL color Cylindrical-coordinate representation of color #5ADFA8: hue angle of 155.19º 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 #5ADFA8 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 168 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.13 |
| HSL | 155.19º | 0.68% | 0.61% | - |
| HSV(B) | 155.19º | 0.6% | 0.87% | - |
| XYZ | 37.67 | 57.78 | 46.21 | - |
| YUV | 176.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 168 | 0.60 | 0 | 0.25 | 0.13 | 155.19 | 0.68 | 0.61 |
| Hex | 5A | DF | A8 | 3C | 0 | 19 | D | 9B | 44 | 3D |
| Octal | 132 | 337 | 250 | 74 | 0 | 31 | 15 | 233 | 104 | 75 |
| Binary | 1011010 | 11011111 | 10101000 | 111100 | 0 | 11001 | 1101 | 10011011 | 1000100 | 111101 |
Color Harmonies of #5ADFA8
Complementary color
Monochromatic Colors of #5ADFA8
Black with #5ADFA8
Text Example
Text Example
White with #5ADFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFA8; }
p { color: rgb(90,223,168); }
H1.HeaderClassName
{
color: #5ADFA8;
}
.AnyTagClassName
{
color: #5ADFA8;
}
</style>
background-color css
<style>
a { background-color: #5ADFA8; }
a { background-color: rgb(90,223,168); }
div.DivClassName
{
background-color: #5ADFA8;
}
.BgClassName
{
background-color: #5ADFA8;
}
</style>
border-color css
<style>
span { border-color: #5ADFA8; }
span { border-color: rgb(90,223,168); }
td.TdClassName
{
border-color: #5ADFA8;
}
.TagClassName
{
border-color: #5ADFA8;
}
</style>