Shades of Medium Aquamarine #53DBA1
Tints of Medium Aquamarine #53DBA1
RGB
CMYK
RGB Variations
Color information
#53DBA1 (or 0x53DBA1) is known color: Medium Aquamarine. HEX triplet: 53, DB and A1. RGB value is (83,219,161). Sum of RGB (Red+Green+Blue) = 83+219+161=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBA1 is #AC245E. Grayscale: #ABABAB. Windows color (decimal): -11281503 or 10607443. OLE color: 10607443.
HSL color Cylindrical-coordinate representation of color #53DBA1: hue angle of 154.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBA1 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 161 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.14 |
| HSL | 154.41º | 0.65% | 0.59% | - |
| HSV(B) | 154.41º | 0.62% | 0.86% | - |
| XYZ | 35.33 | 55.08 | 42.49 | - |
| YUV | 171.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 161 | 0.62 | 0 | 0.26 | 0.14 | 154.41 | 0.65 | 0.59 |
| Hex | 53 | DB | A1 | 3E | 0 | 1A | E | 9A | 41 | 3B |
| Octal | 123 | 333 | 241 | 76 | 0 | 32 | 16 | 232 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10100001 | 111110 | 0 | 11010 | 1110 | 10011010 | 1000001 | 111011 |
Color Harmonies of #53DBA1
Complementary color
Monochromatic Colors of #53DBA1
Black with #53DBA1
Text Example
Text Example
White with #53DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBA1; }
p { color: rgb(83,219,161); }
H1.HeaderClassName
{
color: #53DBA1;
}
.AnyTagClassName
{
color: #53DBA1;
}
</style>
background-color css
<style>
a { background-color: #53DBA1; }
a { background-color: rgb(83,219,161); }
div.DivClassName
{
background-color: #53DBA1;
}
.BgClassName
{
background-color: #53DBA1;
}
</style>
border-color css
<style>
span { border-color: #53DBA1; }
span { border-color: rgb(83,219,161); }
td.TdClassName
{
border-color: #53DBA1;
}
.TagClassName
{
border-color: #53DBA1;
}
</style>