Shades of Medium Aquamarine #53DB9A
Tints of Medium Aquamarine #53DB9A
RGB
CMYK
RGB Variations
Color information
#53DB9A (or 0x53DB9A) is known color: Medium Aquamarine. HEX triplet: 53, DB and 9A. RGB value is (83,219,154). Sum of RGB (Red+Green+Blue) = 83+219+154=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DB9A is #AC2465. Grayscale: #ABABAB. Windows color (decimal): -11281510 or 10148691. OLE color: 10148691.
HSL color Cylindrical-coordinate representation of color #53DB9A: hue angle of 151.32º 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 #53DB9A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 154 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.14 |
| HSL | 151.32º | 0.65% | 0.59% | - |
| HSV(B) | 151.32º | 0.62% | 0.86% | - |
| XYZ | 34.73 | 54.84 | 39.33 | - |
| YUV | 170.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 154 | 0.62 | 0 | 0.30 | 0.14 | 151.32 | 0.65 | 0.59 |
| Hex | 53 | DB | 9A | 3E | 0 | 1E | E | 97 | 41 | 3B |
| Octal | 123 | 333 | 232 | 76 | 0 | 36 | 16 | 227 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10011010 | 111110 | 0 | 11110 | 1110 | 10010111 | 1000001 | 111011 |
Color Harmonies of #53DB9A
Complementary color
Monochromatic Colors of #53DB9A
Black with #53DB9A
Text Example
Text Example
White with #53DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DB9A; }
p { color: rgb(83,219,154); }
H1.HeaderClassName
{
color: #53DB9A;
}
.AnyTagClassName
{
color: #53DB9A;
}
</style>
background-color css
<style>
a { background-color: #53DB9A; }
a { background-color: rgb(83,219,154); }
div.DivClassName
{
background-color: #53DB9A;
}
.BgClassName
{
background-color: #53DB9A;
}
</style>
border-color css
<style>
span { border-color: #53DB9A; }
span { border-color: rgb(83,219,154); }
td.TdClassName
{
border-color: #53DB9A;
}
.TagClassName
{
border-color: #53DB9A;
}
</style>