Shades of Medium Aquamarine #53CFAB
Tints of Medium Aquamarine #53CFAB
RGB
CMYK
RGB Variations
Color information
#53CFAB (or 0x53CFAB) is known color: Medium Aquamarine. HEX triplet: 53, CF and AB. RGB value is (83,207,171). Sum of RGB (Red+Green+Blue) = 83+207+171=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CFAB is #AC3054. Grayscale: #A5A5A5. Windows color (decimal): -11284565 or 11259731. OLE color: 11259731.
HSL color Cylindrical-coordinate representation of color #53CFAB: hue angle of 162.58º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFAB is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 171 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.19 |
| HSL | 162.58º | 0.56% | 0.57% | - |
| HSV(B) | 162.58º | 0.6% | 0.81% | - |
| XYZ | 33.23 | 49.4 | 46.31 | - |
| YUV | 165.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 171 | 0.60 | 0 | 0.17 | 0.19 | 162.58 | 0.56 | 0.57 |
| Hex | 53 | CF | AB | 3C | 0 | 11 | 13 | A3 | 38 | 39 |
| Octal | 123 | 317 | 253 | 74 | 0 | 21 | 23 | 243 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10101011 | 111100 | 0 | 10001 | 10011 | 10100011 | 111000 | 111001 |
Color Harmonies of #53CFAB
Complementary color
Monochromatic Colors of #53CFAB
Black with #53CFAB
Text Example
Text Example
White with #53CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFAB; }
p { color: rgb(83,207,171); }
H1.HeaderClassName
{
color: #53CFAB;
}
.AnyTagClassName
{
color: #53CFAB;
}
</style>
background-color css
<style>
a { background-color: #53CFAB; }
a { background-color: rgb(83,207,171); }
div.DivClassName
{
background-color: #53CFAB;
}
.BgClassName
{
background-color: #53CFAB;
}
</style>
border-color css
<style>
span { border-color: #53CFAB; }
span { border-color: rgb(83,207,171); }
td.TdClassName
{
border-color: #53CFAB;
}
.TagClassName
{
border-color: #53CFAB;
}
</style>