Shades of Medium Aquamarine #53DFB2
Tints of Medium Aquamarine #53DFB2
RGB
CMYK
RGB Variations
Color information
#53DFB2 (or 0x53DFB2) is known color: Medium Aquamarine. HEX triplet: 53, DF and B2. RGB value is (83,223,178). Sum of RGB (Red+Green+Blue) = 83+223+178=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DFB2 is #AC204D. Grayscale: #B0B0B0. Windows color (decimal): -11280462 or 11722579. OLE color: 11722579.
HSL color Cylindrical-coordinate representation of color #53DFB2: hue angle of 160.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFB2 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 178 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.13 |
| HSL | 160.71º | 0.69% | 0.6% | - |
| HSV(B) | 160.71º | 0.63% | 0.87% | - |
| XYZ | 37.99 | 57.83 | 51.28 | - |
| YUV | 176.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 178 | 0.63 | 0 | 0.20 | 0.13 | 160.71 | 0.69 | 0.6 |
| Hex | 53 | DF | B2 | 3F | 0 | 14 | D | A1 | 45 | 3C |
| Octal | 123 | 337 | 262 | 77 | 0 | 24 | 15 | 241 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10110010 | 111111 | 0 | 10100 | 1101 | 10100001 | 1000101 | 111100 |
Color Harmonies of #53DFB2
Complementary color
Monochromatic Colors of #53DFB2
Black with #53DFB2
Text Example
Text Example
White with #53DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFB2; }
p { color: rgb(83,223,178); }
H1.HeaderClassName
{
color: #53DFB2;
}
.AnyTagClassName
{
color: #53DFB2;
}
</style>
background-color css
<style>
a { background-color: #53DFB2; }
a { background-color: rgb(83,223,178); }
div.DivClassName
{
background-color: #53DFB2;
}
.BgClassName
{
background-color: #53DFB2;
}
</style>
border-color css
<style>
span { border-color: #53DFB2; }
span { border-color: rgb(83,223,178); }
td.TdClassName
{
border-color: #53DFB2;
}
.TagClassName
{
border-color: #53DFB2;
}
</style>