Shades of Medium Aquamarine #53F699
Tints of Medium Aquamarine #53F699
RGB
CMYK
RGB Variations
Color information
#53F699 (or 0x53F699) is known color: Medium Aquamarine. HEX triplet: 53, F6 and 99. RGB value is (83,246,153). Sum of RGB (Red+Green+Blue) = 83+246+153=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #53F699 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F699 is #AC0966. Grayscale: #BABABA. Windows color (decimal): -11274599 or 10090067. OLE color: 10090067.
HSL color Cylindrical-coordinate representation of color #53F699: hue angle of 145.77º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F699 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 153 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.04 |
| HSL | 145.77º | 0.9% | 0.65% | - |
| HSV(B) | 145.77º | 0.66% | 0.96% | - |
| XYZ | 42.27 | 70.05 | 41.43 | - |
| YUV | 186.66 | 109 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 153 | 0.66 | 0 | 0.38 | 0.04 | 145.77 | 0.9 | 0.65 |
| Hex | 53 | F6 | 99 | 42 | 0 | 26 | 4 | 92 | 5A | 41 |
| Octal | 123 | 366 | 231 | 102 | 0 | 46 | 4 | 222 | 132 | 101 |
| Binary | 1010011 | 11110110 | 10011001 | 1000010 | 0 | 100110 | 100 | 10010010 | 1011010 | 1000001 |
Color Harmonies of #53F699
Complementary color
Monochromatic Colors of #53F699
Black with #53F699
Text Example
Text Example
White with #53F699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F699; }
p { color: rgb(83,246,153); }
H1.HeaderClassName
{
color: #53F699;
}
.AnyTagClassName
{
color: #53F699;
}
</style>
background-color css
<style>
a { background-color: #53F699; }
a { background-color: rgb(83,246,153); }
div.DivClassName
{
background-color: #53F699;
}
.BgClassName
{
background-color: #53F699;
}
</style>
border-color css
<style>
span { border-color: #53F699; }
span { border-color: rgb(83,246,153); }
td.TdClassName
{
border-color: #53F699;
}
.TagClassName
{
border-color: #53F699;
}
</style>