Shades of Medium Aquamarine #5AD09B
Tints of Medium Aquamarine #5AD09B
RGB
CMYK
RGB Variations
Color information
#5AD09B (or 0x5AD09B) is known color: Medium Aquamarine. HEX triplet: 5A, D0 and 9B. RGB value is (90,208,155). Sum of RGB (Red+Green+Blue) = 90+208+155=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD09B is #A52F64. Grayscale: #A6A6A6. Windows color (decimal): -10825573 or 10211418. OLE color: 10211418.
HSL color Cylindrical-coordinate representation of color #5AD09B: hue angle of 153.05º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD09B is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 155 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.18 |
| HSL | 153.05º | 0.56% | 0.58% | - |
| HSV(B) | 153.05º | 0.57% | 0.82% | - |
| XYZ | 32.69 | 49.65 | 38.87 | - |
| YUV | 166.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 155 | 0.57 | 0 | 0.25 | 0.18 | 153.05 | 0.56 | 0.58 |
| Hex | 5A | D0 | 9B | 39 | 0 | 19 | 12 | 99 | 38 | 3A |
| Octal | 132 | 320 | 233 | 71 | 0 | 31 | 22 | 231 | 70 | 72 |
| Binary | 1011010 | 11010000 | 10011011 | 111001 | 0 | 11001 | 10010 | 10011001 | 111000 | 111010 |
Color Harmonies of #5AD09B
Complementary color
Monochromatic Colors of #5AD09B
Black with #5AD09B
Text Example
Text Example
White with #5AD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD09B; }
p { color: rgb(90,208,155); }
H1.HeaderClassName
{
color: #5AD09B;
}
.AnyTagClassName
{
color: #5AD09B;
}
</style>
background-color css
<style>
a { background-color: #5AD09B; }
a { background-color: rgb(90,208,155); }
div.DivClassName
{
background-color: #5AD09B;
}
.BgClassName
{
background-color: #5AD09B;
}
</style>
border-color css
<style>
span { border-color: #5AD09B; }
span { border-color: rgb(90,208,155); }
td.TdClassName
{
border-color: #5AD09B;
}
.TagClassName
{
border-color: #5AD09B;
}
</style>