Shades of Medium Aquamarine #53CCB2
Tints of Medium Aquamarine #53CCB2
RGB
CMYK
RGB Variations
Color information
#53CCB2 (or 0x53CCB2) is known color: Medium Aquamarine. HEX triplet: 53, CC and B2. RGB value is (83,204,178). Sum of RGB (Red+Green+Blue) = 83+204+178=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CCB2 is #AC334D. Grayscale: #A4A4A4. Windows color (decimal): -11285326 or 11717715. OLE color: 11717715.
HSL color Cylindrical-coordinate representation of color #53CCB2: hue angle of 167.11º 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 #53CCB2 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 178 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.2 |
| HSL | 167.11º | 0.54% | 0.56% | - |
| HSV(B) | 167.11º | 0.59% | 0.8% | - |
| XYZ | 33.2 | 48.24 | 49.68 | - |
| YUV | 164.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 178 | 0.59 | 0 | 0.13 | 0.2 | 167.11 | 0.54 | 0.56 |
| Hex | 53 | CC | B2 | 3B | 0 | D | 14 | A7 | 36 | 38 |
| Octal | 123 | 314 | 262 | 73 | 0 | 15 | 24 | 247 | 66 | 70 |
| Binary | 1010011 | 11001100 | 10110010 | 111011 | 0 | 1101 | 10100 | 10100111 | 110110 | 111000 |
Color Harmonies of #53CCB2
Complementary color
Monochromatic Colors of #53CCB2
Black with #53CCB2
Text Example
Text Example
White with #53CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCB2; }
p { color: rgb(83,204,178); }
H1.HeaderClassName
{
color: #53CCB2;
}
.AnyTagClassName
{
color: #53CCB2;
}
</style>
background-color css
<style>
a { background-color: #53CCB2; }
a { background-color: rgb(83,204,178); }
div.DivClassName
{
background-color: #53CCB2;
}
.BgClassName
{
background-color: #53CCB2;
}
</style>
border-color css
<style>
span { border-color: #53CCB2; }
span { border-color: rgb(83,204,178); }
td.TdClassName
{
border-color: #53CCB2;
}
.TagClassName
{
border-color: #53CCB2;
}
</style>