Shades of Medium Aquamarine #53FFB1
Tints of Medium Aquamarine #53FFB1
RGB
CMYK
RGB Variations
Color information
#53FFB1 (or 0x53FFB1) is known color: Medium Aquamarine. HEX triplet: 53, FF and B1. RGB value is (83,255,177). Sum of RGB (Red+Green+Blue) = 83+255+177=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFB1 is #AC004E. Grayscale: #C2C2C2. Windows color (decimal): -11272271 or 11665235. OLE color: 11665235.
HSL color Cylindrical-coordinate representation of color #53FFB1: hue angle of 152.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFB1 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 177 | - |
| CMYK | 0.67 | 0 | 0.31 | 0 |
| HSL | 152.79º | 1% | 0.66% | - |
| HSV(B) | 152.79º | 0.67% | 1% | - |
| XYZ | 47.26 | 76.53 | 53.88 | - |
| YUV | 194.68 | 118.02 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 177 | 0.67 | 0 | 0.31 | 0 | 152.79 | 1 | 0.66 |
| Hex | 53 | FF | B1 | 43 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 123 | 377 | 261 | 103 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10110001 | 1000011 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #53FFB1
Complementary color
Monochromatic Colors of #53FFB1
Black with #53FFB1
Text Example
Text Example
White with #53FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFB1; }
p { color: rgb(83,255,177); }
H1.HeaderClassName
{
color: #53FFB1;
}
.AnyTagClassName
{
color: #53FFB1;
}
</style>
background-color css
<style>
a { background-color: #53FFB1; }
a { background-color: rgb(83,255,177); }
div.DivClassName
{
background-color: #53FFB1;
}
.BgClassName
{
background-color: #53FFB1;
}
</style>
border-color css
<style>
span { border-color: #53FFB1; }
span { border-color: rgb(83,255,177); }
td.TdClassName
{
border-color: #53FFB1;
}
.TagClassName
{
border-color: #53FFB1;
}
</style>