Shades of Medium Aquamarine #5AD798
Tints of Medium Aquamarine #5AD798
RGB
CMYK
RGB Variations
Color information
#5AD798 (or 0x5AD798) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and 98. RGB value is (90,215,152). Sum of RGB (Red+Green+Blue) = 90+215+152=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD798 is #A52867. Grayscale: #AAAAAA. Windows color (decimal): -10823784 or 10016602. OLE color: 10016602.
HSL color Cylindrical-coordinate representation of color #5AD798: hue angle of 149.76º degrees, saturation: 0.61, 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 #5AD798 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 152 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.16 |
| HSL | 149.76º | 0.61% | 0.6% | - |
| HSV(B) | 149.76º | 0.58% | 0.84% | - |
| XYZ | 34.18 | 53.04 | 38.14 | - |
| YUV | 170.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 152 | 0.58 | 0 | 0.29 | 0.16 | 149.76 | 0.61 | 0.6 |
| Hex | 5A | D7 | 98 | 3A | 0 | 1D | 10 | 96 | 3D | 3C |
| Octal | 132 | 327 | 230 | 72 | 0 | 35 | 20 | 226 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10011000 | 111010 | 0 | 11101 | 10000 | 10010110 | 111101 | 111100 |
Color Harmonies of #5AD798
Complementary color
Monochromatic Colors of #5AD798
Black with #5AD798
Text Example
Text Example
White with #5AD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD798; }
p { color: rgb(90,215,152); }
H1.HeaderClassName
{
color: #5AD798;
}
.AnyTagClassName
{
color: #5AD798;
}
</style>
background-color css
<style>
a { background-color: #5AD798; }
a { background-color: rgb(90,215,152); }
div.DivClassName
{
background-color: #5AD798;
}
.BgClassName
{
background-color: #5AD798;
}
</style>
border-color css
<style>
span { border-color: #5AD798; }
span { border-color: rgb(90,215,152); }
td.TdClassName
{
border-color: #5AD798;
}
.TagClassName
{
border-color: #5AD798;
}
</style>