Shades of Medium Aquamarine #53CCA2
Tints of Medium Aquamarine #53CCA2
RGB
CMYK
RGB Variations
Color information
#53CCA2 (or 0x53CCA2) is known color: Medium Aquamarine. HEX triplet: 53, CC and A2. RGB value is (83,204,162). Sum of RGB (Red+Green+Blue) = 83+204+162=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCA2 is #AC335D. Grayscale: #A3A3A3. Windows color (decimal): -11285342 or 10669139. OLE color: 10669139.
HSL color Cylindrical-coordinate representation of color #53CCA2: hue angle of 159.17º 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 #53CCA2 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 162 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.2 |
| HSL | 159.17º | 0.54% | 0.56% | - |
| HSV(B) | 159.17º | 0.59% | 0.8% | - |
| XYZ | 31.68 | 47.63 | 41.71 | - |
| YUV | 163.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 162 | 0.59 | 0 | 0.21 | 0.2 | 159.17 | 0.54 | 0.56 |
| Hex | 53 | CC | A2 | 3B | 0 | 15 | 14 | 9F | 36 | 38 |
| Octal | 123 | 314 | 242 | 73 | 0 | 25 | 24 | 237 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10100010 | 111011 | 0 | 10101 | 10100 | 10011111 | 110110 | 111000 |
Color Harmonies of #53CCA2
Complementary color
Monochromatic Colors of #53CCA2
Black with #53CCA2
Text Example
Text Example
White with #53CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCA2; }
p { color: rgb(83,204,162); }
H1.HeaderClassName
{
color: #53CCA2;
}
.AnyTagClassName
{
color: #53CCA2;
}
</style>
background-color css
<style>
a { background-color: #53CCA2; }
a { background-color: rgb(83,204,162); }
div.DivClassName
{
background-color: #53CCA2;
}
.BgClassName
{
background-color: #53CCA2;
}
</style>
border-color css
<style>
span { border-color: #53CCA2; }
span { border-color: rgb(83,204,162); }
td.TdClassName
{
border-color: #53CCA2;
}
.TagClassName
{
border-color: #53CCA2;
}
</style>