Shades of Medium Aquamarine #53DA9A
Tints of Medium Aquamarine #53DA9A
RGB
CMYK
RGB Variations
Color information
#53DA9A (or 0x53DA9A) is known color: Medium Aquamarine. HEX triplet: 53, DA and 9A. RGB value is (83,218,154). Sum of RGB (Red+Green+Blue) = 83+218+154=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DA9A is #AC2565. Grayscale: #AAAAAA. Windows color (decimal): -11281766 or 10148435. OLE color: 10148435.
HSL color Cylindrical-coordinate representation of color #53DA9A: hue angle of 151.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DA9A is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 154 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.15 |
| HSL | 151.56º | 0.65% | 0.59% | - |
| HSV(B) | 151.56º | 0.62% | 0.85% | - |
| XYZ | 34.47 | 54.31 | 39.24 | - |
| YUV | 170.34 | 118.77 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 154 | 0.62 | 0 | 0.29 | 0.15 | 151.56 | 0.65 | 0.59 |
| Hex | 53 | DA | 9A | 3E | 0 | 1D | F | 98 | 41 | 3B |
| Octal | 123 | 332 | 232 | 76 | 0 | 35 | 17 | 230 | 101 | 73 |
| Binary | 1010011 | 11011010 | 10011010 | 111110 | 0 | 11101 | 1111 | 10011000 | 1000001 | 111011 |
Color Harmonies of #53DA9A
Complementary color
Monochromatic Colors of #53DA9A
Black with #53DA9A
Text Example
Text Example
White with #53DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA9A; }
p { color: rgb(83,218,154); }
H1.HeaderClassName
{
color: #53DA9A;
}
.AnyTagClassName
{
color: #53DA9A;
}
</style>
background-color css
<style>
a { background-color: #53DA9A; }
a { background-color: rgb(83,218,154); }
div.DivClassName
{
background-color: #53DA9A;
}
.BgClassName
{
background-color: #53DA9A;
}
</style>
border-color css
<style>
span { border-color: #53DA9A; }
span { border-color: rgb(83,218,154); }
td.TdClassName
{
border-color: #53DA9A;
}
.TagClassName
{
border-color: #53DA9A;
}
</style>