Shades of Medium Aquamarine #52DBB2
Tints of Medium Aquamarine #52DBB2
RGB
CMYK
RGB Variations
Color information
#52DBB2 (or 0x52DBB2) is known color: Medium Aquamarine. HEX triplet: 52, DB and B2. RGB value is (82,219,178). Sum of RGB (Red+Green+Blue) = 82+219+178=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBB2 is #AD244D. Grayscale: #ADADAD. Windows color (decimal): -11347022 or 11721554. OLE color: 11721554.
HSL color Cylindrical-coordinate representation of color #52DBB2: hue angle of 162.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBB2 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 178 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.14 |
| HSL | 162.04º | 0.66% | 0.59% | - |
| HSV(B) | 162.04º | 0.63% | 0.86% | - |
| XYZ | 36.85 | 55.67 | 50.92 | - |
| YUV | 173.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 178 | 0.63 | 0 | 0.19 | 0.14 | 162.04 | 0.66 | 0.59 |
| Hex | 52 | DB | B2 | 3F | 0 | 13 | E | A2 | 42 | 3B |
| Octal | 122 | 333 | 262 | 77 | 0 | 23 | 16 | 242 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10110010 | 111111 | 0 | 10011 | 1110 | 10100010 | 1000010 | 111011 |
Color Harmonies of #52DBB2
Complementary color
Monochromatic Colors of #52DBB2
Black with #52DBB2
Text Example
Text Example
White with #52DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBB2; }
p { color: rgb(82,219,178); }
H1.HeaderClassName
{
color: #52DBB2;
}
.AnyTagClassName
{
color: #52DBB2;
}
</style>
background-color css
<style>
a { background-color: #52DBB2; }
a { background-color: rgb(82,219,178); }
div.DivClassName
{
background-color: #52DBB2;
}
.BgClassName
{
background-color: #52DBB2;
}
</style>
border-color css
<style>
span { border-color: #52DBB2; }
span { border-color: rgb(82,219,178); }
td.TdClassName
{
border-color: #52DBB2;
}
.TagClassName
{
border-color: #52DBB2;
}
</style>