Shades of Medium Aquamarine #53CDB5
Tints of Medium Aquamarine #53CDB5
RGB
CMYK
RGB Variations
Color information
#53CDB5 (or 0x53CDB5) is known color: Medium Aquamarine. HEX triplet: 53, CD and B5. RGB value is (83,205,181). Sum of RGB (Red+Green+Blue) = 83+205+181=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDB5 is #AC324A. Grayscale: #A5A5A5. Windows color (decimal): -11285067 or 11914579. OLE color: 11914579.
HSL color Cylindrical-coordinate representation of color #53CDB5: hue angle of 168.2º 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 #53CDB5 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 181 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.20 |
| HSL | 168.2º | 0.55% | 0.56% | - |
| HSV(B) | 168.2º | 0.6% | 0.8% | - |
| XYZ | 33.74 | 48.84 | 51.36 | - |
| YUV | 165.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 181 | 0.60 | 0 | 0.12 | 0.20 | 168.2 | 0.55 | 0.56 |
| Hex | 53 | CD | B5 | 3C | 0 | C | 14 | A8 | 37 | 38 |
| Octal | 123 | 315 | 265 | 74 | 0 | 14 | 24 | 250 | 67 | 70 |
| Binary | 1010011 | 11001101 | 10110101 | 111100 | 0 | 1100 | 10100 | 10101000 | 110111 | 111000 |
Color Harmonies of #53CDB5
Complementary color
Monochromatic Colors of #53CDB5
Black with #53CDB5
Text Example
Text Example
White with #53CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDB5; }
p { color: rgb(83,205,181); }
H1.HeaderClassName
{
color: #53CDB5;
}
.AnyTagClassName
{
color: #53CDB5;
}
</style>
background-color css
<style>
a { background-color: #53CDB5; }
a { background-color: rgb(83,205,181); }
div.DivClassName
{
background-color: #53CDB5;
}
.BgClassName
{
background-color: #53CDB5;
}
</style>
border-color css
<style>
span { border-color: #53CDB5; }
span { border-color: rgb(83,205,181); }
td.TdClassName
{
border-color: #53CDB5;
}
.TagClassName
{
border-color: #53CDB5;
}
</style>