Shades of Medium Aquamarine #53EDAD
Tints of Medium Aquamarine #53EDAD
RGB
CMYK
RGB Variations
Color information
#53EDAD (or 0x53EDAD) is known color: Medium Aquamarine. HEX triplet: 53, ED and AD. RGB value is (83,237,173). Sum of RGB (Red+Green+Blue) = 83+237+173=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EDAD is #AC1252. Grayscale: #B7B7B7. Windows color (decimal): -11276883 or 11398483. OLE color: 11398483.
HSL color Cylindrical-coordinate representation of color #53EDAD: hue angle of 155.06º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDAD is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 237 | 173 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.07 |
| HSL | 155.06º | 0.81% | 0.63% | - |
| HSV(B) | 155.06º | 0.65% | 0.93% | - |
| XYZ | 41.39 | 65.42 | 49.98 | - |
| YUV | 183.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 237 | 173 | 0.65 | 0 | 0.27 | 0.07 | 155.06 | 0.81 | 0.63 |
| Hex | 53 | ED | AD | 41 | 0 | 1B | 7 | 9B | 51 | 3F |
| Octal | 123 | 355 | 255 | 101 | 0 | 33 | 7 | 233 | 121 | 77 |
| Binary | 1010011 | 11101101 | 10101101 | 1000001 | 0 | 11011 | 111 | 10011011 | 1010001 | 111111 |
Color Harmonies of #53EDAD
Complementary color
Monochromatic Colors of #53EDAD
Black with #53EDAD
Text Example
Text Example
White with #53EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EDAD; }
p { color: rgb(83,237,173); }
H1.HeaderClassName
{
color: #53EDAD;
}
.AnyTagClassName
{
color: #53EDAD;
}
</style>
background-color css
<style>
a { background-color: #53EDAD; }
a { background-color: rgb(83,237,173); }
div.DivClassName
{
background-color: #53EDAD;
}
.BgClassName
{
background-color: #53EDAD;
}
</style>
border-color css
<style>
span { border-color: #53EDAD; }
span { border-color: rgb(83,237,173); }
td.TdClassName
{
border-color: #53EDAD;
}
.TagClassName
{
border-color: #53EDAD;
}
</style>