Shades of Medium Aquamarine #57CDA4
Tints of Medium Aquamarine #57CDA4
RGB
CMYK
RGB Variations
Color information
#57CDA4 (or 0x57CDA4) is known color: Medium Aquamarine. HEX triplet: 57, CD and A4. RGB value is (87,205,164). Sum of RGB (Red+Green+Blue) = 87+205+164=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CDA4 is #A8325B. Grayscale: #A5A5A5. Windows color (decimal): -11022940 or 10800471. OLE color: 10800471.
HSL color Cylindrical-coordinate representation of color #57CDA4: hue angle of 159.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CDA4 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 205 | 164 | - |
| CMYK | 0.58 | 0 | 0.2 | 0.20 |
| HSL | 159.15º | 0.54% | 0.57% | - |
| HSV(B) | 159.15º | 0.58% | 0.8% | - |
| XYZ | 32.46 | 48.37 | 42.75 | - |
| YUV | 165.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 164 | 0.58 | 0 | 0.2 | 0.20 | 159.15 | 0.54 | 0.57 |
| Hex | 57 | CD | A4 | 3A | 0 | 14 | 14 | 9F | 36 | 39 |
| Octal | 127 | 315 | 244 | 72 | 0 | 24 | 24 | 237 | 66 | 71 |
| Binary | 1010111 | 11001101 | 10100100 | 111010 | 0 | 10100 | 10100 | 10011111 | 110110 | 111001 |
Color Harmonies of #57CDA4
Complementary color
Monochromatic Colors of #57CDA4
Black with #57CDA4
Text Example
Text Example
White with #57CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDA4; }
p { color: rgb(87,205,164); }
H1.HeaderClassName
{
color: #57CDA4;
}
.AnyTagClassName
{
color: #57CDA4;
}
</style>
background-color css
<style>
a { background-color: #57CDA4; }
a { background-color: rgb(87,205,164); }
div.DivClassName
{
background-color: #57CDA4;
}
.BgClassName
{
background-color: #57CDA4;
}
</style>
border-color css
<style>
span { border-color: #57CDA4; }
span { border-color: rgb(87,205,164); }
td.TdClassName
{
border-color: #57CDA4;
}
.TagClassName
{
border-color: #57CDA4;
}
</style>