Shades of Medium Aquamarine #53CFA1
Tints of Medium Aquamarine #53CFA1
RGB
CMYK
RGB Variations
Color information
#53CFA1 (or 0x53CFA1) is known color: Medium Aquamarine. HEX triplet: 53, CF and A1. RGB value is (83,207,161). Sum of RGB (Red+Green+Blue) = 83+207+161=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CFA1 is #AC305E. Grayscale: #A4A4A4. Windows color (decimal): -11284575 or 10604371. OLE color: 10604371.
HSL color Cylindrical-coordinate representation of color #53CFA1: hue angle of 157.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFA1 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 161 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.19 |
| HSL | 157.74º | 0.56% | 0.57% | - |
| HSV(B) | 157.74º | 0.6% | 0.81% | - |
| XYZ | 32.31 | 49.04 | 41.48 | - |
| YUV | 164.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 161 | 0.60 | 0 | 0.22 | 0.19 | 157.74 | 0.56 | 0.57 |
| Hex | 53 | CF | A1 | 3C | 0 | 16 | 13 | 9E | 38 | 39 |
| Octal | 123 | 317 | 241 | 74 | 0 | 26 | 23 | 236 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10100001 | 111100 | 0 | 10110 | 10011 | 10011110 | 111000 | 111001 |
Color Harmonies of #53CFA1
Complementary color
Monochromatic Colors of #53CFA1
Black with #53CFA1
Text Example
Text Example
White with #53CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFA1; }
p { color: rgb(83,207,161); }
H1.HeaderClassName
{
color: #53CFA1;
}
.AnyTagClassName
{
color: #53CFA1;
}
</style>
background-color css
<style>
a { background-color: #53CFA1; }
a { background-color: rgb(83,207,161); }
div.DivClassName
{
background-color: #53CFA1;
}
.BgClassName
{
background-color: #53CFA1;
}
</style>
border-color css
<style>
span { border-color: #53CFA1; }
span { border-color: rgb(83,207,161); }
td.TdClassName
{
border-color: #53CFA1;
}
.TagClassName
{
border-color: #53CFA1;
}
</style>