Shades of Medium Aquamarine #53CEA8
Tints of Medium Aquamarine #53CEA8
RGB
CMYK
RGB Variations
Color information
#53CEA8 (or 0x53CEA8) is known color: Medium Aquamarine. HEX triplet: 53, CE and A8. RGB value is (83,206,168). Sum of RGB (Red+Green+Blue) = 83+206+168=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEA8 is #AC3157. Grayscale: #A4A4A4. Windows color (decimal): -11284824 or 11062867. OLE color: 11062867.
HSL color Cylindrical-coordinate representation of color #53CEA8: hue angle of 161.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEA8 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 168 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.19 |
| HSL | 161.46º | 0.56% | 0.57% | - |
| HSV(B) | 161.46º | 0.6% | 0.81% | - |
| XYZ | 32.71 | 48.81 | 44.74 | - |
| YUV | 164.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 168 | 0.60 | 0 | 0.18 | 0.19 | 161.46 | 0.56 | 0.57 |
| Hex | 53 | CE | A8 | 3C | 0 | 12 | 13 | A1 | 38 | 39 |
| Octal | 123 | 316 | 250 | 74 | 0 | 22 | 23 | 241 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10101000 | 111100 | 0 | 10010 | 10011 | 10100001 | 111000 | 111001 |
Color Harmonies of #53CEA8
Complementary color
Monochromatic Colors of #53CEA8
Black with #53CEA8
Text Example
Text Example
White with #53CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEA8; }
p { color: rgb(83,206,168); }
H1.HeaderClassName
{
color: #53CEA8;
}
.AnyTagClassName
{
color: #53CEA8;
}
</style>
background-color css
<style>
a { background-color: #53CEA8; }
a { background-color: rgb(83,206,168); }
div.DivClassName
{
background-color: #53CEA8;
}
.BgClassName
{
background-color: #53CEA8;
}
</style>
border-color css
<style>
span { border-color: #53CEA8; }
span { border-color: rgb(83,206,168); }
td.TdClassName
{
border-color: #53CEA8;
}
.TagClassName
{
border-color: #53CEA8;
}
</style>