Shades of Medium Aquamarine #52FE9B
Tints of Medium Aquamarine #52FE9B
RGB
CMYK
RGB Variations
Color information
#52FE9B (or 0x52FE9B) is known color: Medium Aquamarine. HEX triplet: 52, FE and 9B. RGB value is (82,254,155). Sum of RGB (Red+Green+Blue) = 82+254+155=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FE9B is #AD0164. Grayscale: #BFBFBF. Windows color (decimal): -11338085 or 10223186. OLE color: 10223186.
HSL color Cylindrical-coordinate representation of color #52FE9B: hue angle of 145.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FE9B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 155 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.00 |
| HSL | 145.47º | 0.99% | 0.66% | - |
| HSV(B) | 145.47º | 0.68% | 1% | - |
| XYZ | 44.84 | 75.04 | 43.13 | - |
| YUV | 191.29 | 107.52 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 155 | 0.68 | 0 | 0.39 | 0.00 | 145.47 | 0.99 | 0.66 |
| Hex | 52 | FE | 9B | 44 | 0 | 27 | 0 | 91 | 63 | 42 |
| Octal | 122 | 376 | 233 | 104 | 0 | 47 | 0 | 221 | 143 | 102 |
| Binary | 1010010 | 11111110 | 10011011 | 1000100 | 0 | 100111 | 0 | 10010001 | 1100011 | 1000010 |
Color Harmonies of #52FE9B
Complementary color
Monochromatic Colors of #52FE9B
Black with #52FE9B
Text Example
Text Example
White with #52FE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FE9B; }
p { color: rgb(82,254,155); }
H1.HeaderClassName
{
color: #52FE9B;
}
.AnyTagClassName
{
color: #52FE9B;
}
</style>
background-color css
<style>
a { background-color: #52FE9B; }
a { background-color: rgb(82,254,155); }
div.DivClassName
{
background-color: #52FE9B;
}
.BgClassName
{
background-color: #52FE9B;
}
</style>
border-color css
<style>
span { border-color: #52FE9B; }
span { border-color: rgb(82,254,155); }
td.TdClassName
{
border-color: #52FE9B;
}
.TagClassName
{
border-color: #52FE9B;
}
</style>