Shades of Medium Aquamarine #53CDB6
Tints of Medium Aquamarine #53CDB6
RGB
CMYK
RGB Variations
Color information
#53CDB6 (or 0x53CDB6) is known color: Medium Aquamarine. HEX triplet: 53, CD and B6. RGB value is (83,205,182). Sum of RGB (Red+Green+Blue) = 83+205+182=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDB6 is #AC3249. Grayscale: #A5A5A5. Windows color (decimal): -11285066 or 11980115. OLE color: 11980115.
HSL color Cylindrical-coordinate representation of color #53CDB6: hue angle of 168.69º 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 #53CDB6 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 182 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.20 |
| HSL | 168.69º | 0.55% | 0.56% | - |
| HSV(B) | 168.69º | 0.6% | 0.8% | - |
| XYZ | 33.84 | 48.88 | 51.91 | - |
| YUV | 165.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 182 | 0.60 | 0 | 0.11 | 0.20 | 168.69 | 0.55 | 0.56 |
| Hex | 53 | CD | B6 | 3C | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 123 | 315 | 266 | 74 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010011 | 11001101 | 10110110 | 111100 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #53CDB6
Complementary color
Monochromatic Colors of #53CDB6
Black with #53CDB6
Text Example
Text Example
White with #53CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDB6; }
p { color: rgb(83,205,182); }
H1.HeaderClassName
{
color: #53CDB6;
}
.AnyTagClassName
{
color: #53CDB6;
}
</style>
background-color css
<style>
a { background-color: #53CDB6; }
a { background-color: rgb(83,205,182); }
div.DivClassName
{
background-color: #53CDB6;
}
.BgClassName
{
background-color: #53CDB6;
}
</style>
border-color css
<style>
span { border-color: #53CDB6; }
span { border-color: rgb(83,205,182); }
td.TdClassName
{
border-color: #53CDB6;
}
.TagClassName
{
border-color: #53CDB6;
}
</style>