Shades of Medium Aquamarine #52FFB0
Tints of Medium Aquamarine #52FFB0
RGB
CMYK
RGB Variations
Color information
#52FFB0 (or 0x52FFB0) is known color: Medium Aquamarine. HEX triplet: 52, FF and B0. RGB value is (82,255,176). Sum of RGB (Red+Green+Blue) = 82+255+176=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFB0 is #AD004F. Grayscale: #C2C2C2. Windows color (decimal): -11337808 or 11599698. OLE color: 11599698.
HSL color Cylindrical-coordinate representation of color #52FFB0: hue angle of 152.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFB0 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 176 | - |
| CMYK | 0.68 | 0 | 0.31 | 0 |
| HSL | 152.6º | 1% | 0.66% | - |
| HSV(B) | 152.6º | 0.68% | 1% | - |
| XYZ | 47.08 | 76.45 | 53.35 | - |
| YUV | 194.27 | 117.69 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 176 | 0.68 | 0 | 0.31 | 0 | 152.6 | 1 | 0.66 |
| Hex | 52 | FF | B0 | 44 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 122 | 377 | 260 | 104 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10110000 | 1000100 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #52FFB0
Complementary color
Monochromatic Colors of #52FFB0
Black with #52FFB0
Text Example
Text Example
White with #52FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFB0; }
p { color: rgb(82,255,176); }
H1.HeaderClassName
{
color: #52FFB0;
}
.AnyTagClassName
{
color: #52FFB0;
}
</style>
background-color css
<style>
a { background-color: #52FFB0; }
a { background-color: rgb(82,255,176); }
div.DivClassName
{
background-color: #52FFB0;
}
.BgClassName
{
background-color: #52FFB0;
}
</style>
border-color css
<style>
span { border-color: #52FFB0; }
span { border-color: rgb(82,255,176); }
td.TdClassName
{
border-color: #52FFB0;
}
.TagClassName
{
border-color: #52FFB0;
}
</style>