Shades of Medium Aquamarine #53CDB0
Tints of Medium Aquamarine #53CDB0
RGB
CMYK
RGB Variations
Color information
#53CDB0 (or 0x53CDB0) is known color: Medium Aquamarine. HEX triplet: 53, CD and B0. RGB value is (83,205,176). Sum of RGB (Red+Green+Blue) = 83+205+176=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDB0 is #AC324F. Grayscale: #A5A5A5. Windows color (decimal): -11285072 or 11586899. OLE color: 11586899.
HSL color Cylindrical-coordinate representation of color #53CDB0: hue angle of 165.74º 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 #53CDB0 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 176 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.20 |
| HSL | 165.74º | 0.55% | 0.56% | - |
| HSV(B) | 165.74º | 0.6% | 0.8% | - |
| XYZ | 33.24 | 48.64 | 48.71 | - |
| YUV | 165.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 176 | 0.60 | 0 | 0.14 | 0.20 | 165.74 | 0.55 | 0.56 |
| Hex | 53 | CD | B0 | 3C | 0 | E | 14 | A6 | 37 | 38 |
| Octal | 123 | 315 | 260 | 74 | 0 | 16 | 24 | 246 | 67 | 70 |
| Binary | 1010011 | 11001101 | 10110000 | 111100 | 0 | 1110 | 10100 | 10100110 | 110111 | 111000 |
Color Harmonies of #53CDB0
Complementary color
Monochromatic Colors of #53CDB0
Black with #53CDB0
Text Example
Text Example
White with #53CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDB0; }
p { color: rgb(83,205,176); }
H1.HeaderClassName
{
color: #53CDB0;
}
.AnyTagClassName
{
color: #53CDB0;
}
</style>
background-color css
<style>
a { background-color: #53CDB0; }
a { background-color: rgb(83,205,176); }
div.DivClassName
{
background-color: #53CDB0;
}
.BgClassName
{
background-color: #53CDB0;
}
</style>
border-color css
<style>
span { border-color: #53CDB0; }
span { border-color: rgb(83,205,176); }
td.TdClassName
{
border-color: #53CDB0;
}
.TagClassName
{
border-color: #53CDB0;
}
</style>