Shades of Medium Aquamarine #52F7B2
Tints of Medium Aquamarine #52F7B2
RGB
CMYK
RGB Variations
Color information
#52F7B2 (or 0x52F7B2) is known color: Medium Aquamarine. HEX triplet: 52, F7 and B2. RGB value is (82,247,178). Sum of RGB (Red+Green+Blue) = 82+247+178=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F7B2 is #AD084D. Grayscale: #BDBDBD. Windows color (decimal): -11339854 or 11728722. OLE color: 11728722.
HSL color Cylindrical-coordinate representation of color #52F7B2: hue angle of 154.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7B2 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 178 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.03 |
| HSL | 154.91º | 0.91% | 0.65% | - |
| HSV(B) | 154.91º | 0.67% | 0.97% | - |
| XYZ | 44.78 | 71.53 | 53.57 | - |
| YUV | 189.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 178 | 0.67 | 0 | 0.28 | 0.03 | 154.91 | 0.91 | 0.65 |
| Hex | 52 | F7 | B2 | 43 | 0 | 1C | 3 | 9B | 5B | 41 |
| Octal | 122 | 367 | 262 | 103 | 0 | 34 | 3 | 233 | 133 | 101 |
| Binary | 1010010 | 11110111 | 10110010 | 1000011 | 0 | 11100 | 11 | 10011011 | 1011011 | 1000001 |
Color Harmonies of #52F7B2
Complementary color
Monochromatic Colors of #52F7B2
Black with #52F7B2
Text Example
Text Example
White with #52F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F7B2; }
p { color: rgb(82,247,178); }
H1.HeaderClassName
{
color: #52F7B2;
}
.AnyTagClassName
{
color: #52F7B2;
}
</style>
background-color css
<style>
a { background-color: #52F7B2; }
a { background-color: rgb(82,247,178); }
div.DivClassName
{
background-color: #52F7B2;
}
.BgClassName
{
background-color: #52F7B2;
}
</style>
border-color css
<style>
span { border-color: #52F7B2; }
span { border-color: rgb(82,247,178); }
td.TdClassName
{
border-color: #52F7B2;
}
.TagClassName
{
border-color: #52F7B2;
}
</style>