Shades of Medium Aquamarine #53CCB5
Tints of Medium Aquamarine #53CCB5
RGB
CMYK
RGB Variations
Color information
#53CCB5 (or 0x53CCB5) is known color: Medium Aquamarine. HEX triplet: 53, CC and B5. RGB value is (83,204,181). Sum of RGB (Red+Green+Blue) = 83+204+181=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCB5 is #AC334A. Grayscale: #A5A5A5. Windows color (decimal): -11285323 or 11914323. OLE color: 11914323.
HSL color Cylindrical-coordinate representation of color #53CCB5: hue angle of 168.6º 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 #53CCB5 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 181 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.2 |
| HSL | 168.6º | 0.54% | 0.56% | - |
| HSV(B) | 168.6º | 0.59% | 0.8% | - |
| XYZ | 33.5 | 48.36 | 51.28 | - |
| YUV | 165.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 181 | 0.59 | 0 | 0.11 | 0.2 | 168.6 | 0.54 | 0.56 |
| Hex | 53 | CC | B5 | 3B | 0 | B | 14 | A9 | 36 | 38 |
| Octal | 123 | 314 | 265 | 73 | 0 | 13 | 24 | 251 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10110101 | 111011 | 0 | 1011 | 10100 | 10101001 | 110110 | 111000 |
Color Harmonies of #53CCB5
Complementary color
Monochromatic Colors of #53CCB5
Black with #53CCB5
Text Example
Text Example
White with #53CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCB5; }
p { color: rgb(83,204,181); }
H1.HeaderClassName
{
color: #53CCB5;
}
.AnyTagClassName
{
color: #53CCB5;
}
</style>
background-color css
<style>
a { background-color: #53CCB5; }
a { background-color: rgb(83,204,181); }
div.DivClassName
{
background-color: #53CCB5;
}
.BgClassName
{
background-color: #53CCB5;
}
</style>
border-color css
<style>
span { border-color: #53CCB5; }
span { border-color: rgb(83,204,181); }
td.TdClassName
{
border-color: #53CCB5;
}
.TagClassName
{
border-color: #53CCB5;
}
</style>