Shades of Medium Aquamarine #53CEAF
Tints of Medium Aquamarine #53CEAF
RGB
CMYK
RGB Variations
Color information
#53CEAF (or 0x53CEAF) is known color: Medium Aquamarine. HEX triplet: 53, CE and AF. RGB value is (83,206,175). Sum of RGB (Red+Green+Blue) = 83+206+175=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEAF is #AC3150. Grayscale: #A5A5A5. Windows color (decimal): -11284817 or 11521619. OLE color: 11521619.
HSL color Cylindrical-coordinate representation of color #53CEAF: hue angle of 164.88º 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 #53CEAF is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 175 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.19 |
| HSL | 164.88º | 0.56% | 0.57% | - |
| HSV(B) | 164.88º | 0.6% | 0.81% | - |
| XYZ | 33.38 | 49.08 | 48.27 | - |
| YUV | 165.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 175 | 0.60 | 0 | 0.15 | 0.19 | 164.88 | 0.56 | 0.57 |
| Hex | 53 | CE | AF | 3C | 0 | F | 13 | A5 | 38 | 39 |
| Octal | 123 | 316 | 257 | 74 | 0 | 17 | 23 | 245 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10101111 | 111100 | 0 | 1111 | 10011 | 10100101 | 111000 | 111001 |
Color Harmonies of #53CEAF
Complementary color
Monochromatic Colors of #53CEAF
Black with #53CEAF
Text Example
Text Example
White with #53CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEAF; }
p { color: rgb(83,206,175); }
H1.HeaderClassName
{
color: #53CEAF;
}
.AnyTagClassName
{
color: #53CEAF;
}
</style>
background-color css
<style>
a { background-color: #53CEAF; }
a { background-color: rgb(83,206,175); }
div.DivClassName
{
background-color: #53CEAF;
}
.BgClassName
{
background-color: #53CEAF;
}
</style>
border-color css
<style>
span { border-color: #53CEAF; }
span { border-color: rgb(83,206,175); }
td.TdClassName
{
border-color: #53CEAF;
}
.TagClassName
{
border-color: #53CEAF;
}
</style>