Shades of Medium Aquamarine #52F2B0
Tints of Medium Aquamarine #52F2B0
RGB
CMYK
RGB Variations
Color information
#52F2B0 (or 0x52F2B0) is known color: Medium Aquamarine. HEX triplet: 52, F2 and B0. RGB value is (82,242,176). Sum of RGB (Red+Green+Blue) = 82+242+176=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2B0 is #AD0D4F. Grayscale: #BABABA. Windows color (decimal): -11341136 or 11596370. OLE color: 11596370.
HSL color Cylindrical-coordinate representation of color #52F2B0: hue angle of 155.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2B0 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 176 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.05 |
| HSL | 155.25º | 0.86% | 0.64% | - |
| HSV(B) | 155.25º | 0.66% | 0.95% | - |
| XYZ | 43.07 | 68.43 | 52.01 | - |
| YUV | 186.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 176 | 0.66 | 0 | 0.27 | 0.05 | 155.25 | 0.86 | 0.64 |
| Hex | 52 | F2 | B0 | 42 | 0 | 1B | 5 | 9B | 56 | 40 |
| Octal | 122 | 362 | 260 | 102 | 0 | 33 | 5 | 233 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10110000 | 1000010 | 0 | 11011 | 101 | 10011011 | 1010110 | 1000000 |
Color Harmonies of #52F2B0
Complementary color
Monochromatic Colors of #52F2B0
Black with #52F2B0
Text Example
Text Example
White with #52F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2B0; }
p { color: rgb(82,242,176); }
H1.HeaderClassName
{
color: #52F2B0;
}
.AnyTagClassName
{
color: #52F2B0;
}
</style>
background-color css
<style>
a { background-color: #52F2B0; }
a { background-color: rgb(82,242,176); }
div.DivClassName
{
background-color: #52F2B0;
}
.BgClassName
{
background-color: #52F2B0;
}
</style>
border-color css
<style>
span { border-color: #52F2B0; }
span { border-color: rgb(82,242,176); }
td.TdClassName
{
border-color: #52F2B0;
}
.TagClassName
{
border-color: #52F2B0;
}
</style>