Shades of Medium Aquamarine #53CEB2
Tints of Medium Aquamarine #53CEB2
RGB
CMYK
RGB Variations
Color information
#53CEB2 (or 0x53CEB2) is known color: Medium Aquamarine. HEX triplet: 53, CE and B2. RGB value is (83,206,178). Sum of RGB (Red+Green+Blue) = 83+206+178=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEB2 is #AC314D. Grayscale: #A6A6A6. Windows color (decimal): -11284814 or 11718227. OLE color: 11718227.
HSL color Cylindrical-coordinate representation of color #53CEB2: hue angle of 166.34º 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 #53CEB2 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 178 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.19 |
| HSL | 166.34º | 0.56% | 0.57% | - |
| HSV(B) | 166.34º | 0.6% | 0.81% | - |
| XYZ | 33.67 | 49.2 | 49.84 | - |
| YUV | 166.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 178 | 0.60 | 0 | 0.14 | 0.19 | 166.34 | 0.56 | 0.57 |
| Hex | 53 | CE | B2 | 3C | 0 | E | 13 | A6 | 38 | 39 |
| Octal | 123 | 316 | 262 | 74 | 0 | 16 | 23 | 246 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10110010 | 111100 | 0 | 1110 | 10011 | 10100110 | 111000 | 111001 |
Color Harmonies of #53CEB2
Complementary color
Monochromatic Colors of #53CEB2
Black with #53CEB2
Text Example
Text Example
White with #53CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEB2; }
p { color: rgb(83,206,178); }
H1.HeaderClassName
{
color: #53CEB2;
}
.AnyTagClassName
{
color: #53CEB2;
}
</style>
background-color css
<style>
a { background-color: #53CEB2; }
a { background-color: rgb(83,206,178); }
div.DivClassName
{
background-color: #53CEB2;
}
.BgClassName
{
background-color: #53CEB2;
}
</style>
border-color css
<style>
span { border-color: #53CEB2; }
span { border-color: rgb(83,206,178); }
td.TdClassName
{
border-color: #53CEB2;
}
.TagClassName
{
border-color: #53CEB2;
}
</style>