Shades of Medium Aquamarine #53FEB0
Tints of Medium Aquamarine #53FEB0
RGB
CMYK
RGB Variations
Color information
#53FEB0 (or 0x53FEB0) is known color: Medium Aquamarine. HEX triplet: 53, FE and B0. RGB value is (83,254,176). Sum of RGB (Red+Green+Blue) = 83+254+176=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FEB0 is #AC014F. Grayscale: #C2C2C2. Windows color (decimal): -11272528 or 11599443. OLE color: 11599443.
HSL color Cylindrical-coordinate representation of color #53FEB0: hue angle of 152.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEB0 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 176 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.00 |
| HSL | 152.63º | 0.99% | 0.66% | - |
| HSV(B) | 152.63º | 0.67% | 1% | - |
| XYZ | 46.85 | 75.86 | 53.25 | - |
| YUV | 193.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 176 | 0.67 | 0 | 0.31 | 0.00 | 152.63 | 0.99 | 0.66 |
| Hex | 53 | FE | B0 | 43 | 0 | 1F | 0 | 99 | 63 | 42 |
| Octal | 123 | 376 | 260 | 103 | 0 | 37 | 0 | 231 | 143 | 102 |
| Binary | 1010011 | 11111110 | 10110000 | 1000011 | 0 | 11111 | 0 | 10011001 | 1100011 | 1000010 |
Color Harmonies of #53FEB0
Complementary color
Monochromatic Colors of #53FEB0
Black with #53FEB0
Text Example
Text Example
White with #53FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEB0; }
p { color: rgb(83,254,176); }
H1.HeaderClassName
{
color: #53FEB0;
}
.AnyTagClassName
{
color: #53FEB0;
}
</style>
background-color css
<style>
a { background-color: #53FEB0; }
a { background-color: rgb(83,254,176); }
div.DivClassName
{
background-color: #53FEB0;
}
.BgClassName
{
background-color: #53FEB0;
}
</style>
border-color css
<style>
span { border-color: #53FEB0; }
span { border-color: rgb(83,254,176); }
td.TdClassName
{
border-color: #53FEB0;
}
.TagClassName
{
border-color: #53FEB0;
}
</style>