Shades of Medium Aquamarine #53CC9C
Tints of Medium Aquamarine #53CC9C
RGB
CMYK
RGB Variations
Color information
#53CC9C (or 0x53CC9C) is known color: Medium Aquamarine. HEX triplet: 53, CC and 9C. RGB value is (83,204,156). Sum of RGB (Red+Green+Blue) = 83+204+156=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC9C is #AC3363. Grayscale: #A2A2A2. Windows color (decimal): -11285348 or 10275923. OLE color: 10275923.
HSL color Cylindrical-coordinate representation of color #53CC9C: hue angle of 156.2º 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 #53CC9C is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 156 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.2 |
| HSL | 156.2º | 0.54% | 0.56% | - |
| HSV(B) | 156.2º | 0.59% | 0.8% | - |
| XYZ | 31.16 | 47.43 | 38.96 | - |
| YUV | 162.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 156 | 0.59 | 0 | 0.24 | 0.2 | 156.2 | 0.54 | 0.56 |
| Hex | 53 | CC | 9C | 3B | 0 | 18 | 14 | 9C | 36 | 38 |
| Octal | 123 | 314 | 234 | 73 | 0 | 30 | 24 | 234 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10011100 | 111011 | 0 | 11000 | 10100 | 10011100 | 110110 | 111000 |
Color Harmonies of #53CC9C
Complementary color
Monochromatic Colors of #53CC9C
Black with #53CC9C
Text Example
Text Example
White with #53CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC9C; }
p { color: rgb(83,204,156); }
H1.HeaderClassName
{
color: #53CC9C;
}
.AnyTagClassName
{
color: #53CC9C;
}
</style>
background-color css
<style>
a { background-color: #53CC9C; }
a { background-color: rgb(83,204,156); }
div.DivClassName
{
background-color: #53CC9C;
}
.BgClassName
{
background-color: #53CC9C;
}
</style>
border-color css
<style>
span { border-color: #53CC9C; }
span { border-color: rgb(83,204,156); }
td.TdClassName
{
border-color: #53CC9C;
}
.TagClassName
{
border-color: #53CC9C;
}
</style>