Shades of Medium Aquamarine #53CDA6
Tints of Medium Aquamarine #53CDA6
RGB
CMYK
RGB Variations
Color information
#53CDA6 (or 0x53CDA6) is known color: Medium Aquamarine. HEX triplet: 53, CD and A6. RGB value is (83,205,166). Sum of RGB (Red+Green+Blue) = 83+205+166=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDA6 is #AC3259. Grayscale: #A4A4A4. Windows color (decimal): -11285082 or 10931539. OLE color: 10931539.
HSL color Cylindrical-coordinate representation of color #53CDA6: hue angle of 160.82º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDA6 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 166 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.20 |
| HSL | 160.82º | 0.55% | 0.56% | - |
| HSV(B) | 160.82º | 0.6% | 0.8% | - |
| XYZ | 32.28 | 48.25 | 43.69 | - |
| YUV | 164.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 166 | 0.60 | 0 | 0.19 | 0.20 | 160.82 | 0.55 | 0.56 |
| Hex | 53 | CD | A6 | 3C | 0 | 13 | 14 | A1 | 37 | 38 |
| Octal | 123 | 315 | 246 | 74 | 0 | 23 | 24 | 241 | 67 | 70 |
| Binary | 1010011 | 11001101 | 10100110 | 111100 | 0 | 10011 | 10100 | 10100001 | 110111 | 111000 |
Color Harmonies of #53CDA6
Complementary color
Monochromatic Colors of #53CDA6
Black with #53CDA6
Text Example
Text Example
White with #53CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDA6; }
p { color: rgb(83,205,166); }
H1.HeaderClassName
{
color: #53CDA6;
}
.AnyTagClassName
{
color: #53CDA6;
}
</style>
background-color css
<style>
a { background-color: #53CDA6; }
a { background-color: rgb(83,205,166); }
div.DivClassName
{
background-color: #53CDA6;
}
.BgClassName
{
background-color: #53CDA6;
}
</style>
border-color css
<style>
span { border-color: #53CDA6; }
span { border-color: rgb(83,205,166); }
td.TdClassName
{
border-color: #53CDA6;
}
.TagClassName
{
border-color: #53CDA6;
}
</style>