Shades of Medium Aquamarine #53CEAA
Tints of Medium Aquamarine #53CEAA
RGB
CMYK
RGB Variations
Color information
#53CEAA (or 0x53CEAA) is known color: Medium Aquamarine. HEX triplet: 53, CE and AA. RGB value is (83,206,170). Sum of RGB (Red+Green+Blue) = 83+206+170=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEAA is #AC3155. Grayscale: #A5A5A5. Windows color (decimal): -11284822 or 11193939. OLE color: 11193939.
HSL color Cylindrical-coordinate representation of color #53CEAA: hue angle of 162.44º 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 #53CEAA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 170 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.19 |
| HSL | 162.44º | 0.56% | 0.57% | - |
| HSV(B) | 162.44º | 0.6% | 0.81% | - |
| XYZ | 32.89 | 48.88 | 45.73 | - |
| YUV | 165.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 170 | 0.60 | 0 | 0.17 | 0.19 | 162.44 | 0.56 | 0.57 |
| Hex | 53 | CE | AA | 3C | 0 | 11 | 13 | A2 | 38 | 39 |
| Octal | 123 | 316 | 252 | 74 | 0 | 21 | 23 | 242 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10101010 | 111100 | 0 | 10001 | 10011 | 10100010 | 111000 | 111001 |
Color Harmonies of #53CEAA
Complementary color
Monochromatic Colors of #53CEAA
Black with #53CEAA
Text Example
Text Example
White with #53CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEAA; }
p { color: rgb(83,206,170); }
H1.HeaderClassName
{
color: #53CEAA;
}
.AnyTagClassName
{
color: #53CEAA;
}
</style>
background-color css
<style>
a { background-color: #53CEAA; }
a { background-color: rgb(83,206,170); }
div.DivClassName
{
background-color: #53CEAA;
}
.BgClassName
{
background-color: #53CEAA;
}
</style>
border-color css
<style>
span { border-color: #53CEAA; }
span { border-color: rgb(83,206,170); }
td.TdClassName
{
border-color: #53CEAA;
}
.TagClassName
{
border-color: #53CEAA;
}
</style>