Shades of Medium Aquamarine #52FBA9
Tints of Medium Aquamarine #52FBA9
RGB
CMYK
RGB Variations
Color information
#52FBA9 (or 0x52FBA9) is known color: Medium Aquamarine. HEX triplet: 52, FB and A9. RGB value is (82,251,169). Sum of RGB (Red+Green+Blue) = 82+251+169=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FBA9 is #AD0456. Grayscale: #BFBFBF. Windows color (decimal): -11338839 or 11139922. OLE color: 11139922.
HSL color Cylindrical-coordinate representation of color #52FBA9: hue angle of 150.89º 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 #52FBA9 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 169 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.02 |
| HSL | 150.89º | 0.95% | 0.65% | - |
| HSV(B) | 150.89º | 0.67% | 0.98% | - |
| XYZ | 45.14 | 73.65 | 49.37 | - |
| YUV | 191.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 169 | 0.67 | 0 | 0.33 | 0.02 | 150.89 | 0.95 | 0.65 |
| Hex | 52 | FB | A9 | 43 | 0 | 21 | 2 | 97 | 5F | 41 |
| Octal | 122 | 373 | 251 | 103 | 0 | 41 | 2 | 227 | 137 | 101 |
| Binary | 1010010 | 11111011 | 10101001 | 1000011 | 0 | 100001 | 10 | 10010111 | 1011111 | 1000001 |
Color Harmonies of #52FBA9
Complementary color
Monochromatic Colors of #52FBA9
Black with #52FBA9
Text Example
Text Example
White with #52FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FBA9; }
p { color: rgb(82,251,169); }
H1.HeaderClassName
{
color: #52FBA9;
}
.AnyTagClassName
{
color: #52FBA9;
}
</style>
background-color css
<style>
a { background-color: #52FBA9; }
a { background-color: rgb(82,251,169); }
div.DivClassName
{
background-color: #52FBA9;
}
.BgClassName
{
background-color: #52FBA9;
}
</style>
border-color css
<style>
span { border-color: #52FBA9; }
span { border-color: rgb(82,251,169); }
td.TdClassName
{
border-color: #52FBA9;
}
.TagClassName
{
border-color: #52FBA9;
}
</style>