Shades of Medium Aquamarine #53CCB0
Tints of Medium Aquamarine #53CCB0
RGB
CMYK
RGB Variations
Color information
#53CCB0 (or 0x53CCB0) is known color: Medium Aquamarine. HEX triplet: 53, CC and B0. RGB value is (83,204,176). Sum of RGB (Red+Green+Blue) = 83+204+176=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCB0 is #AC334F. Grayscale: #A4A4A4. Windows color (decimal): -11285328 or 11586643. OLE color: 11586643.
HSL color Cylindrical-coordinate representation of color #53CCB0: hue angle of 166.12º 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 #53CCB0 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 176 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.2 |
| HSL | 166.12º | 0.54% | 0.56% | - |
| HSV(B) | 166.12º | 0.59% | 0.8% | - |
| XYZ | 33 | 48.16 | 48.63 | - |
| YUV | 164.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 176 | 0.59 | 0 | 0.14 | 0.2 | 166.12 | 0.54 | 0.56 |
| Hex | 53 | CC | B0 | 3B | 0 | E | 14 | A6 | 36 | 38 |
| Octal | 123 | 314 | 260 | 73 | 0 | 16 | 24 | 246 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10110000 | 111011 | 0 | 1110 | 10100 | 10100110 | 110110 | 111000 |
Color Harmonies of #53CCB0
Complementary color
Monochromatic Colors of #53CCB0
Black with #53CCB0
Text Example
Text Example
White with #53CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCB0; }
p { color: rgb(83,204,176); }
H1.HeaderClassName
{
color: #53CCB0;
}
.AnyTagClassName
{
color: #53CCB0;
}
</style>
background-color css
<style>
a { background-color: #53CCB0; }
a { background-color: rgb(83,204,176); }
div.DivClassName
{
background-color: #53CCB0;
}
.BgClassName
{
background-color: #53CCB0;
}
</style>
border-color css
<style>
span { border-color: #53CCB0; }
span { border-color: rgb(83,204,176); }
td.TdClassName
{
border-color: #53CCB0;
}
.TagClassName
{
border-color: #53CCB0;
}
</style>