Shades of Medium Aquamarine #53FCAC
Tints of Medium Aquamarine #53FCAC
RGB
CMYK
RGB Variations
Color information
#53FCAC (or 0x53FCAC) is known color: Medium Aquamarine. HEX triplet: 53, FC and AC. RGB value is (83,252,172). Sum of RGB (Red+Green+Blue) = 83+252+172=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53FCAC is #AC0353. Grayscale: #C0C0C0. Windows color (decimal): -11273044 or 11336787. OLE color: 11336787.
HSL color Cylindrical-coordinate representation of color #53FCAC: hue angle of 151.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCAC is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 252 | 172 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.01 |
| HSL | 151.6º | 0.97% | 0.66% | - |
| HSV(B) | 151.6º | 0.67% | 0.99% | - |
| XYZ | 45.82 | 74.44 | 50.98 | - |
| YUV | 192.35 | 116.51 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 252 | 172 | 0.67 | 0 | 0.32 | 0.01 | 151.6 | 0.97 | 0.66 |
| Hex | 53 | FC | AC | 43 | 0 | 20 | 1 | 98 | 61 | 42 |
| Octal | 123 | 374 | 254 | 103 | 0 | 40 | 1 | 230 | 141 | 102 |
| Binary | 1010011 | 11111100 | 10101100 | 1000011 | 0 | 100000 | 1 | 10011000 | 1100001 | 1000010 |
Color Harmonies of #53FCAC
Complementary color
Monochromatic Colors of #53FCAC
Black with #53FCAC
Text Example
Text Example
White with #53FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FCAC; }
p { color: rgb(83,252,172); }
H1.HeaderClassName
{
color: #53FCAC;
}
.AnyTagClassName
{
color: #53FCAC;
}
</style>
background-color css
<style>
a { background-color: #53FCAC; }
a { background-color: rgb(83,252,172); }
div.DivClassName
{
background-color: #53FCAC;
}
.BgClassName
{
background-color: #53FCAC;
}
</style>
border-color css
<style>
span { border-color: #53FCAC; }
span { border-color: rgb(83,252,172); }
td.TdClassName
{
border-color: #53FCAC;
}
.TagClassName
{
border-color: #53FCAC;
}
</style>