Shades of Medium Aquamarine #57DC9C
Tints of Medium Aquamarine #57DC9C
RGB
CMYK
RGB Variations
Color information
#57DC9C (or 0x57DC9C) is known color: Medium Aquamarine. HEX triplet: 57, DC and 9C. RGB value is (87,220,156). Sum of RGB (Red+Green+Blue) = 87+220+156=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DC9C is #A82363. Grayscale: #ADADAD. Windows color (decimal): -11019108 or 10280023. OLE color: 10280023.
HSL color Cylindrical-coordinate representation of color #57DC9C: hue angle of 151.13º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DC9C is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 156 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.14 |
| HSL | 151.13º | 0.66% | 0.6% | - |
| HSV(B) | 151.13º | 0.6% | 0.86% | - |
| XYZ | 35.52 | 55.61 | 40.31 | - |
| YUV | 172.94 | 118.44 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 156 | 0.60 | 0 | 0.29 | 0.14 | 151.13 | 0.66 | 0.6 |
| Hex | 57 | DC | 9C | 3C | 0 | 1D | E | 97 | 42 | 3C |
| Octal | 127 | 334 | 234 | 74 | 0 | 35 | 16 | 227 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10011100 | 111100 | 0 | 11101 | 1110 | 10010111 | 1000010 | 111100 |
Color Harmonies of #57DC9C
Complementary color
Monochromatic Colors of #57DC9C
Black with #57DC9C
Text Example
Text Example
White with #57DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC9C; }
p { color: rgb(87,220,156); }
H1.HeaderClassName
{
color: #57DC9C;
}
.AnyTagClassName
{
color: #57DC9C;
}
</style>
background-color css
<style>
a { background-color: #57DC9C; }
a { background-color: rgb(87,220,156); }
div.DivClassName
{
background-color: #57DC9C;
}
.BgClassName
{
background-color: #57DC9C;
}
</style>
border-color css
<style>
span { border-color: #57DC9C; }
span { border-color: rgb(87,220,156); }
td.TdClassName
{
border-color: #57DC9C;
}
.TagClassName
{
border-color: #57DC9C;
}
</style>