Shades of Medium Aquamarine #52F2B5
Tints of Medium Aquamarine #52F2B5
RGB
CMYK
RGB Variations
Color information
#52F2B5 (or 0x52F2B5) is known color: Medium Aquamarine. HEX triplet: 52, F2 and B5. RGB value is (82,242,181). Sum of RGB (Red+Green+Blue) = 82+242+181=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2B5 is #AD0D4A. Grayscale: #BBBBBB. Windows color (decimal): -11341131 or 11924050. OLE color: 11924050.
HSL color Cylindrical-coordinate representation of color #52F2B5: hue angle of 157.12º 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 #52F2B5 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 181 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.05 |
| HSL | 157.13º | 0.86% | 0.64% | - |
| HSV(B) | 157.13º | 0.66% | 0.95% | - |
| XYZ | 43.57 | 68.63 | 54.67 | - |
| YUV | 187.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 181 | 0.66 | 0 | 0.25 | 0.05 | 157.13 | 0.86 | 0.64 |
| Hex | 52 | F2 | B5 | 42 | 0 | 19 | 5 | 9D | 56 | 40 |
| Octal | 122 | 362 | 265 | 102 | 0 | 31 | 5 | 235 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10110101 | 1000010 | 0 | 11001 | 101 | 10011101 | 1010110 | 1000000 |
Color Harmonies of #52F2B5
Complementary color
Monochromatic Colors of #52F2B5
Black with #52F2B5
Text Example
Text Example
White with #52F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2B5; }
p { color: rgb(82,242,181); }
H1.HeaderClassName
{
color: #52F2B5;
}
.AnyTagClassName
{
color: #52F2B5;
}
</style>
background-color css
<style>
a { background-color: #52F2B5; }
a { background-color: rgb(82,242,181); }
div.DivClassName
{
background-color: #52F2B5;
}
.BgClassName
{
background-color: #52F2B5;
}
</style>
border-color css
<style>
span { border-color: #52F2B5; }
span { border-color: rgb(82,242,181); }
td.TdClassName
{
border-color: #52F2B5;
}
.TagClassName
{
border-color: #52F2B5;
}
</style>