Shades of Medium Aquamarine #53DBAE
Tints of Medium Aquamarine #53DBAE
RGB
CMYK
RGB Variations
Color information
#53DBAE (or 0x53DBAE) is known color: Medium Aquamarine. HEX triplet: 53, DB and AE. RGB value is (83,219,174). Sum of RGB (Red+Green+Blue) = 83+219+174=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBAE is #AC2451. Grayscale: #ADADAD. Windows color (decimal): -11281490 or 11459411. OLE color: 11459411.
HSL color Cylindrical-coordinate representation of color #53DBAE: hue angle of 160.15º 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 #53DBAE is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 174 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.14 |
| HSL | 160.15º | 0.65% | 0.59% | - |
| HSV(B) | 160.15º | 0.62% | 0.86% | - |
| XYZ | 36.54 | 55.56 | 48.84 | - |
| YUV | 173.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 174 | 0.62 | 0 | 0.21 | 0.14 | 160.15 | 0.65 | 0.59 |
| Hex | 53 | DB | AE | 3E | 0 | 15 | E | A0 | 41 | 3B |
| Octal | 123 | 333 | 256 | 76 | 0 | 25 | 16 | 240 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10101110 | 111110 | 0 | 10101 | 1110 | 10100000 | 1000001 | 111011 |
Color Harmonies of #53DBAE
Complementary color
Monochromatic Colors of #53DBAE
Black with #53DBAE
Text Example
Text Example
White with #53DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBAE; }
p { color: rgb(83,219,174); }
H1.HeaderClassName
{
color: #53DBAE;
}
.AnyTagClassName
{
color: #53DBAE;
}
</style>
background-color css
<style>
a { background-color: #53DBAE; }
a { background-color: rgb(83,219,174); }
div.DivClassName
{
background-color: #53DBAE;
}
.BgClassName
{
background-color: #53DBAE;
}
</style>
border-color css
<style>
span { border-color: #53DBAE; }
span { border-color: rgb(83,219,174); }
td.TdClassName
{
border-color: #53DBAE;
}
.TagClassName
{
border-color: #53DBAE;
}
</style>