Shades of Medium Aquamarine #53E19B
Tints of Medium Aquamarine #53E19B
RGB
CMYK
RGB Variations
Color information
#53E19B (or 0x53E19B) is known color: Medium Aquamarine. HEX triplet: 53, E1 and 9B. RGB value is (83,225,155). Sum of RGB (Red+Green+Blue) = 83+225+155=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #53E19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E19B is #AC1E64. Grayscale: #AEAEAE. Windows color (decimal): -11279973 or 10215763. OLE color: 10215763.
HSL color Cylindrical-coordinate representation of color #53E19B: hue angle of 150.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E19B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 225 | 155 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.12 |
| HSL | 150.42º | 0.7% | 0.6% | - |
| HSV(B) | 150.42º | 0.63% | 0.88% | - |
| XYZ | 36.41 | 58.06 | 40.3 | - |
| YUV | 174.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 225 | 155 | 0.63 | 0 | 0.31 | 0.12 | 150.42 | 0.7 | 0.6 |
| Hex | 53 | E1 | 9B | 3F | 0 | 1F | C | 96 | 46 | 3C |
| Octal | 123 | 341 | 233 | 77 | 0 | 37 | 14 | 226 | 106 | 74 |
| Binary | 1010011 | 11100001 | 10011011 | 111111 | 0 | 11111 | 1100 | 10010110 | 1000110 | 111100 |
Color Harmonies of #53E19B
Complementary color
Monochromatic Colors of #53E19B
Black with #53E19B
Text Example
Text Example
White with #53E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E19B; }
p { color: rgb(83,225,155); }
H1.HeaderClassName
{
color: #53E19B;
}
.AnyTagClassName
{
color: #53E19B;
}
</style>
background-color css
<style>
a { background-color: #53E19B; }
a { background-color: rgb(83,225,155); }
div.DivClassName
{
background-color: #53E19B;
}
.BgClassName
{
background-color: #53E19B;
}
</style>
border-color css
<style>
span { border-color: #53E19B; }
span { border-color: rgb(83,225,155); }
td.TdClassName
{
border-color: #53E19B;
}
.TagClassName
{
border-color: #53E19B;
}
</style>