Shades of Medium Aquamarine #53F69C
Tints of Medium Aquamarine #53F69C
RGB
CMYK
RGB Variations
Color information
#53F69C (or 0x53F69C) is known color: Medium Aquamarine. HEX triplet: 53, F6 and 9C. RGB value is (83,246,156). Sum of RGB (Red+Green+Blue) = 83+246+156=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #53F69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F69C is #AC0963. Grayscale: #BBBBBB. Windows color (decimal): -11274596 or 10286675. OLE color: 10286675.
HSL color Cylindrical-coordinate representation of color #53F69C: hue angle of 146.87º 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 #53F69C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 156 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.04 |
| HSL | 146.87º | 0.9% | 0.65% | - |
| HSV(B) | 146.87º | 0.66% | 0.96% | - |
| XYZ | 42.52 | 70.15 | 42.75 | - |
| YUV | 187 | 110.5 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 156 | 0.66 | 0 | 0.37 | 0.04 | 146.87 | 0.9 | 0.65 |
| Hex | 53 | F6 | 9C | 42 | 0 | 25 | 4 | 93 | 5A | 41 |
| Octal | 123 | 366 | 234 | 102 | 0 | 45 | 4 | 223 | 132 | 101 |
| Binary | 1010011 | 11110110 | 10011100 | 1000010 | 0 | 100101 | 100 | 10010011 | 1011010 | 1000001 |
Color Harmonies of #53F69C
Complementary color
Monochromatic Colors of #53F69C
Black with #53F69C
Text Example
Text Example
White with #53F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F69C; }
p { color: rgb(83,246,156); }
H1.HeaderClassName
{
color: #53F69C;
}
.AnyTagClassName
{
color: #53F69C;
}
</style>
background-color css
<style>
a { background-color: #53F69C; }
a { background-color: rgb(83,246,156); }
div.DivClassName
{
background-color: #53F69C;
}
.BgClassName
{
background-color: #53F69C;
}
</style>
border-color css
<style>
span { border-color: #53F69C; }
span { border-color: rgb(83,246,156); }
td.TdClassName
{
border-color: #53F69C;
}
.TagClassName
{
border-color: #53F69C;
}
</style>