Shades of Medium Aquamarine #53FFAF
Tints of Medium Aquamarine #53FFAF
RGB
CMYK
RGB Variations
Color information
#53FFAF (or 0x53FFAF) is known color: Medium Aquamarine. HEX triplet: 53, FF and AF. RGB value is (83,255,175). Sum of RGB (Red+Green+Blue) = 83+255+175=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FFAF is #AC0050. Grayscale: #C2C2C2. Windows color (decimal): -11272273 or 11534163. OLE color: 11534163.
HSL color Cylindrical-coordinate representation of color #53FFAF: hue angle of 152.09º 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 #53FFAF is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 175 | - |
| CMYK | 0.67 | 0 | 0.31 | 0 |
| HSL | 152.09º | 1% | 0.66% | - |
| HSV(B) | 152.09º | 0.67% | 1% | - |
| XYZ | 47.07 | 76.45 | 52.83 | - |
| YUV | 194.45 | 117.02 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 175 | 0.67 | 0 | 0.31 | 0 | 152.09 | 1 | 0.66 |
| Hex | 53 | FF | AF | 43 | 0 | 1F | 0 | 98 | 64 | 42 |
| Octal | 123 | 377 | 257 | 103 | 0 | 37 | 0 | 230 | 144 | 102 |
| Binary | 1010011 | 11111111 | 10101111 | 1000011 | 0 | 11111 | 0 | 10011000 | 1100100 | 1000010 |
Color Harmonies of #53FFAF
Complementary color
Monochromatic Colors of #53FFAF
Black with #53FFAF
Text Example
Text Example
White with #53FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFAF; }
p { color: rgb(83,255,175); }
H1.HeaderClassName
{
color: #53FFAF;
}
.AnyTagClassName
{
color: #53FFAF;
}
</style>
background-color css
<style>
a { background-color: #53FFAF; }
a { background-color: rgb(83,255,175); }
div.DivClassName
{
background-color: #53FFAF;
}
.BgClassName
{
background-color: #53FFAF;
}
</style>
border-color css
<style>
span { border-color: #53FFAF; }
span { border-color: rgb(83,255,175); }
td.TdClassName
{
border-color: #53FFAF;
}
.TagClassName
{
border-color: #53FFAF;
}
</style>