Shades of Medium Aquamarine #53CCA8
Tints of Medium Aquamarine #53CCA8
RGB
CMYK
RGB Variations
Color information
#53CCA8 (or 0x53CCA8) is known color: Medium Aquamarine. HEX triplet: 53, CC and A8. RGB value is (83,204,168). Sum of RGB (Red+Green+Blue) = 83+204+168=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCA8 is #AC3357. Grayscale: #A3A3A3. Windows color (decimal): -11285336 or 11062355. OLE color: 11062355.
HSL color Cylindrical-coordinate representation of color #53CCA8: hue angle of 162.15º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCA8 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 168 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.2 |
| HSL | 162.15º | 0.54% | 0.56% | - |
| HSV(B) | 162.15º | 0.59% | 0.8% | - |
| XYZ | 32.23 | 47.85 | 44.58 | - |
| YUV | 163.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 168 | 0.59 | 0 | 0.18 | 0.2 | 162.15 | 0.54 | 0.56 |
| Hex | 53 | CC | A8 | 3B | 0 | 12 | 14 | A2 | 36 | 38 |
| Octal | 123 | 314 | 250 | 73 | 0 | 22 | 24 | 242 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10101000 | 111011 | 0 | 10010 | 10100 | 10100010 | 110110 | 111000 |
Color Harmonies of #53CCA8
Complementary color
Monochromatic Colors of #53CCA8
Black with #53CCA8
Text Example
Text Example
White with #53CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCA8; }
p { color: rgb(83,204,168); }
H1.HeaderClassName
{
color: #53CCA8;
}
.AnyTagClassName
{
color: #53CCA8;
}
</style>
background-color css
<style>
a { background-color: #53CCA8; }
a { background-color: rgb(83,204,168); }
div.DivClassName
{
background-color: #53CCA8;
}
.BgClassName
{
background-color: #53CCA8;
}
</style>
border-color css
<style>
span { border-color: #53CCA8; }
span { border-color: rgb(83,204,168); }
td.TdClassName
{
border-color: #53CCA8;
}
.TagClassName
{
border-color: #53CCA8;
}
</style>