Shades of Medium Aquamarine #57CDB1
Tints of Medium Aquamarine #57CDB1
RGB
CMYK
RGB Variations
Color information
#57CDB1 (or 0x57CDB1) is known color: Medium Aquamarine. HEX triplet: 57, CD and B1. RGB value is (87,205,177). Sum of RGB (Red+Green+Blue) = 87+205+177=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CDB1 is #A8324E. Grayscale: #A6A6A6. Windows color (decimal): -11022927 or 11652439. OLE color: 11652439.
HSL color Cylindrical-coordinate representation of color #57CDB1: hue angle of 165.76º 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 #57CDB1 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 205 | 177 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.20 |
| HSL | 165.76º | 0.54% | 0.57% | - |
| HSV(B) | 165.76º | 0.58% | 0.8% | - |
| XYZ | 33.7 | 48.86 | 49.25 | - |
| YUV | 166.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 177 | 0.58 | 0 | 0.14 | 0.20 | 165.76 | 0.54 | 0.57 |
| Hex | 57 | CD | B1 | 3A | 0 | E | 14 | A6 | 36 | 39 |
| Octal | 127 | 315 | 261 | 72 | 0 | 16 | 24 | 246 | 66 | 71 |
| Binary | 1010111 | 11001101 | 10110001 | 111010 | 0 | 1110 | 10100 | 10100110 | 110110 | 111001 |
Color Harmonies of #57CDB1
Complementary color
Monochromatic Colors of #57CDB1
Black with #57CDB1
Text Example
Text Example
White with #57CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDB1; }
p { color: rgb(87,205,177); }
H1.HeaderClassName
{
color: #57CDB1;
}
.AnyTagClassName
{
color: #57CDB1;
}
</style>
background-color css
<style>
a { background-color: #57CDB1; }
a { background-color: rgb(87,205,177); }
div.DivClassName
{
background-color: #57CDB1;
}
.BgClassName
{
background-color: #57CDB1;
}
</style>
border-color css
<style>
span { border-color: #57CDB1; }
span { border-color: rgb(87,205,177); }
td.TdClassName
{
border-color: #57CDB1;
}
.TagClassName
{
border-color: #57CDB1;
}
</style>