Shades of Medium Aquamarine #53CCA9
Tints of Medium Aquamarine #53CCA9
RGB
CMYK
RGB Variations
Color information
#53CCA9 (or 0x53CCA9) is known color: Medium Aquamarine. HEX triplet: 53, CC and A9. RGB value is (83,204,169). Sum of RGB (Red+Green+Blue) = 83+204+169=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCA9 is #AC3356. Grayscale: #A3A3A3. Windows color (decimal): -11285335 or 11127891. OLE color: 11127891.
HSL color Cylindrical-coordinate representation of color #53CCA9: hue angle of 162.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCA9 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 169 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.2 |
| HSL | 162.64º | 0.54% | 0.56% | - |
| HSV(B) | 162.64º | 0.59% | 0.8% | - |
| XYZ | 32.32 | 47.89 | 45.08 | - |
| YUV | 163.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 169 | 0.59 | 0 | 0.17 | 0.2 | 162.64 | 0.54 | 0.56 |
| Hex | 53 | CC | A9 | 3B | 0 | 11 | 14 | A3 | 36 | 38 |
| Octal | 123 | 314 | 251 | 73 | 0 | 21 | 24 | 243 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10101001 | 111011 | 0 | 10001 | 10100 | 10100011 | 110110 | 111000 |
Color Harmonies of #53CCA9
Complementary color
Monochromatic Colors of #53CCA9
Black with #53CCA9
Text Example
Text Example
White with #53CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCA9; }
p { color: rgb(83,204,169); }
H1.HeaderClassName
{
color: #53CCA9;
}
.AnyTagClassName
{
color: #53CCA9;
}
</style>
background-color css
<style>
a { background-color: #53CCA9; }
a { background-color: rgb(83,204,169); }
div.DivClassName
{
background-color: #53CCA9;
}
.BgClassName
{
background-color: #53CCA9;
}
</style>
border-color css
<style>
span { border-color: #53CCA9; }
span { border-color: rgb(83,204,169); }
td.TdClassName
{
border-color: #53CCA9;
}
.TagClassName
{
border-color: #53CCA9;
}
</style>