Shades of Medium Aquamarine #52FBA7
Tints of Medium Aquamarine #52FBA7
RGB
CMYK
RGB Variations
Color information
#52FBA7 (or 0x52FBA7) is known color: Medium Aquamarine. HEX triplet: 52, FB and A7. RGB value is (82,251,167). Sum of RGB (Red+Green+Blue) = 82+251+167=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FBA7 is #AD0458. Grayscale: #BFBFBF. Windows color (decimal): -11338841 or 11008850. OLE color: 11008850.
HSL color Cylindrical-coordinate representation of color #52FBA7: hue angle of 150.18º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBA7 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 167 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.02 |
| HSL | 150.18º | 0.95% | 0.65% | - |
| HSV(B) | 150.18º | 0.67% | 0.98% | - |
| XYZ | 44.95 | 73.58 | 48.39 | - |
| YUV | 190.89 | 114.51 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 167 | 0.67 | 0 | 0.33 | 0.02 | 150.18 | 0.95 | 0.65 |
| Hex | 52 | FB | A7 | 43 | 0 | 21 | 2 | 96 | 5F | 41 |
| Octal | 122 | 373 | 247 | 103 | 0 | 41 | 2 | 226 | 137 | 101 |
| Binary | 1010010 | 11111011 | 10100111 | 1000011 | 0 | 100001 | 10 | 10010110 | 1011111 | 1000001 |
Color Harmonies of #52FBA7
Complementary color
Monochromatic Colors of #52FBA7
Black with #52FBA7
Text Example
Text Example
White with #52FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FBA7; }
p { color: rgb(82,251,167); }
H1.HeaderClassName
{
color: #52FBA7;
}
.AnyTagClassName
{
color: #52FBA7;
}
</style>
background-color css
<style>
a { background-color: #52FBA7; }
a { background-color: rgb(82,251,167); }
div.DivClassName
{
background-color: #52FBA7;
}
.BgClassName
{
background-color: #52FBA7;
}
</style>
border-color css
<style>
span { border-color: #52FBA7; }
span { border-color: rgb(82,251,167); }
td.TdClassName
{
border-color: #52FBA7;
}
.TagClassName
{
border-color: #52FBA7;
}
</style>