Shades of Medium Aquamarine #5AD69B
Tints of Medium Aquamarine #5AD69B
RGB
CMYK
RGB Variations
Color information
#5AD69B (or 0x5AD69B) is known color: Medium Aquamarine. HEX triplet: 5A, D6 and 9B. RGB value is (90,214,155). Sum of RGB (Red+Green+Blue) = 90+214+155=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD69B is #A52964. Grayscale: #AAAAAA. Windows color (decimal): -10824037 or 10212954. OLE color: 10212954.
HSL color Cylindrical-coordinate representation of color #5AD69B: hue angle of 151.45º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD69B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 155 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.16 |
| HSL | 151.45º | 0.6% | 0.6% | - |
| HSV(B) | 151.45º | 0.58% | 0.84% | - |
| XYZ | 34.18 | 52.63 | 39.37 | - |
| YUV | 170.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 155 | 0.58 | 0 | 0.28 | 0.16 | 151.45 | 0.6 | 0.6 |
| Hex | 5A | D6 | 9B | 3A | 0 | 1C | 10 | 97 | 3C | 3C |
| Octal | 132 | 326 | 233 | 72 | 0 | 34 | 20 | 227 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10011011 | 111010 | 0 | 11100 | 10000 | 10010111 | 111100 | 111100 |
Color Harmonies of #5AD69B
Complementary color
Monochromatic Colors of #5AD69B
Black with #5AD69B
Text Example
Text Example
White with #5AD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD69B; }
p { color: rgb(90,214,155); }
H1.HeaderClassName
{
color: #5AD69B;
}
.AnyTagClassName
{
color: #5AD69B;
}
</style>
background-color css
<style>
a { background-color: #5AD69B; }
a { background-color: rgb(90,214,155); }
div.DivClassName
{
background-color: #5AD69B;
}
.BgClassName
{
background-color: #5AD69B;
}
</style>
border-color css
<style>
span { border-color: #5AD69B; }
span { border-color: rgb(90,214,155); }
td.TdClassName
{
border-color: #5AD69B;
}
.TagClassName
{
border-color: #5AD69B;
}
</style>