Shades of Medium Aquamarine #53F197
Tints of Medium Aquamarine #53F197
RGB
CMYK
RGB Variations
Color information
#53F197 (or 0x53F197) is known color: Medium Aquamarine. HEX triplet: 53, F1 and 97. RGB value is (83,241,151). Sum of RGB (Red+Green+Blue) = 83+241+151=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #53F197 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F197 is #AC0E68. Grayscale: #B7B7B7. Windows color (decimal): -11275881 or 9957715. OLE color: 9957715.
HSL color Cylindrical-coordinate representation of color #53F197: hue angle of 145.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F197 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 151 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.05 |
| HSL | 145.82º | 0.85% | 0.64% | - |
| HSV(B) | 145.82º | 0.66% | 0.95% | - |
| XYZ | 40.61 | 66.98 | 40.07 | - |
| YUV | 183.5 | 109.65 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 151 | 0.66 | 0 | 0.37 | 0.05 | 145.82 | 0.85 | 0.64 |
| Hex | 53 | F1 | 97 | 42 | 0 | 25 | 5 | 92 | 55 | 40 |
| Octal | 123 | 361 | 227 | 102 | 0 | 45 | 5 | 222 | 125 | 100 |
| Binary | 1010011 | 11110001 | 10010111 | 1000010 | 0 | 100101 | 101 | 10010010 | 1010101 | 1000000 |
Color Harmonies of #53F197
Complementary color
Monochromatic Colors of #53F197
Black with #53F197
Text Example
Text Example
White with #53F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F197; }
p { color: rgb(83,241,151); }
H1.HeaderClassName
{
color: #53F197;
}
.AnyTagClassName
{
color: #53F197;
}
</style>
background-color css
<style>
a { background-color: #53F197; }
a { background-color: rgb(83,241,151); }
div.DivClassName
{
background-color: #53F197;
}
.BgClassName
{
background-color: #53F197;
}
</style>
border-color css
<style>
span { border-color: #53F197; }
span { border-color: rgb(83,241,151); }
td.TdClassName
{
border-color: #53F197;
}
.TagClassName
{
border-color: #53F197;
}
</style>