Shades of Medium Aquamarine #53DBB1
Tints of Medium Aquamarine #53DBB1
RGB
CMYK
RGB Variations
Color information
#53DBB1 (or 0x53DBB1) is known color: Medium Aquamarine. HEX triplet: 53, DB and B1. RGB value is (83,219,177). Sum of RGB (Red+Green+Blue) = 83+219+177=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DBB1 is #AC244E. Grayscale: #ADADAD. Windows color (decimal): -11281487 or 11656019. OLE color: 11656019.
HSL color Cylindrical-coordinate representation of color #53DBB1: hue angle of 161.47º 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 #53DBB1 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 177 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.14 |
| HSL | 161.47º | 0.65% | 0.59% | - |
| HSV(B) | 161.47º | 0.62% | 0.86% | - |
| XYZ | 36.83 | 55.68 | 50.4 | - |
| YUV | 173.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 177 | 0.62 | 0 | 0.19 | 0.14 | 161.47 | 0.65 | 0.59 |
| Hex | 53 | DB | B1 | 3E | 0 | 13 | E | A1 | 41 | 3B |
| Octal | 123 | 333 | 261 | 76 | 0 | 23 | 16 | 241 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10110001 | 111110 | 0 | 10011 | 1110 | 10100001 | 1000001 | 111011 |
Color Harmonies of #53DBB1
Complementary color
Monochromatic Colors of #53DBB1
Black with #53DBB1
Text Example
Text Example
White with #53DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBB1; }
p { color: rgb(83,219,177); }
H1.HeaderClassName
{
color: #53DBB1;
}
.AnyTagClassName
{
color: #53DBB1;
}
</style>
background-color css
<style>
a { background-color: #53DBB1; }
a { background-color: rgb(83,219,177); }
div.DivClassName
{
background-color: #53DBB1;
}
.BgClassName
{
background-color: #53DBB1;
}
</style>
border-color css
<style>
span { border-color: #53DBB1; }
span { border-color: rgb(83,219,177); }
td.TdClassName
{
border-color: #53DBB1;
}
.TagClassName
{
border-color: #53DBB1;
}
</style>