Shades of Medium Aquamarine #53FAA6
Tints of Medium Aquamarine #53FAA6
RGB
CMYK
RGB Variations
Color information
#53FAA6 (or 0x53FAA6) is known color: Medium Aquamarine. HEX triplet: 53, FA and A6. RGB value is (83,250,166). Sum of RGB (Red+Green+Blue) = 83+250+166=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FAA6 is #AC0559. Grayscale: #BEBEBE. Windows color (decimal): -11273562 or 10943059. OLE color: 10943059.
HSL color Cylindrical-coordinate representation of color #53FAA6: hue angle of 149.82º degrees, saturation: 0.94, 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 #53FAA6 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 166 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.02 |
| HSL | 149.82º | 0.94% | 0.65% | - |
| HSV(B) | 149.82º | 0.67% | 0.98% | - |
| XYZ | 44.64 | 72.96 | 47.81 | - |
| YUV | 190.49 | 114.17 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 166 | 0.67 | 0 | 0.34 | 0.02 | 149.82 | 0.94 | 0.65 |
| Hex | 53 | FA | A6 | 43 | 0 | 22 | 2 | 96 | 5E | 41 |
| Octal | 123 | 372 | 246 | 103 | 0 | 42 | 2 | 226 | 136 | 101 |
| Binary | 1010011 | 11111010 | 10100110 | 1000011 | 0 | 100010 | 10 | 10010110 | 1011110 | 1000001 |
Color Harmonies of #53FAA6
Complementary color
Monochromatic Colors of #53FAA6
Black with #53FAA6
Text Example
Text Example
White with #53FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FAA6; }
p { color: rgb(83,250,166); }
H1.HeaderClassName
{
color: #53FAA6;
}
.AnyTagClassName
{
color: #53FAA6;
}
</style>
background-color css
<style>
a { background-color: #53FAA6; }
a { background-color: rgb(83,250,166); }
div.DivClassName
{
background-color: #53FAA6;
}
.BgClassName
{
background-color: #53FAA6;
}
</style>
border-color css
<style>
span { border-color: #53FAA6; }
span { border-color: rgb(83,250,166); }
td.TdClassName
{
border-color: #53FAA6;
}
.TagClassName
{
border-color: #53FAA6;
}
</style>