Shades of Medium Aquamarine #57CDB4
Tints of Medium Aquamarine #57CDB4
RGB
CMYK
RGB Variations
Color information
#57CDB4 (or 0x57CDB4) is known color: Medium Aquamarine. HEX triplet: 57, CD and B4. RGB value is (87,205,180). Sum of RGB (Red+Green+Blue) = 87+205+180=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDB4 is #A8324B. Grayscale: #A6A6A6. Windows color (decimal): -11022924 or 11849047. OLE color: 11849047.
HSL color Cylindrical-coordinate representation of color #57CDB4: hue angle of 167.29º 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 #57CDB4 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 205 | 180 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.20 |
| HSL | 167.29º | 0.54% | 0.57% | - |
| HSV(B) | 167.29º | 0.58% | 0.8% | - |
| XYZ | 34 | 48.98 | 50.84 | - |
| YUV | 166.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 180 | 0.58 | 0 | 0.12 | 0.20 | 167.29 | 0.54 | 0.57 |
| Hex | 57 | CD | B4 | 3A | 0 | C | 14 | A7 | 36 | 39 |
| Octal | 127 | 315 | 264 | 72 | 0 | 14 | 24 | 247 | 66 | 71 |
| Binary | 1010111 | 11001101 | 10110100 | 111010 | 0 | 1100 | 10100 | 10100111 | 110110 | 111001 |
Color Harmonies of #57CDB4
Complementary color
Monochromatic Colors of #57CDB4
Black with #57CDB4
Text Example
Text Example
White with #57CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDB4; }
p { color: rgb(87,205,180); }
H1.HeaderClassName
{
color: #57CDB4;
}
.AnyTagClassName
{
color: #57CDB4;
}
</style>
background-color css
<style>
a { background-color: #57CDB4; }
a { background-color: rgb(87,205,180); }
div.DivClassName
{
background-color: #57CDB4;
}
.BgClassName
{
background-color: #57CDB4;
}
</style>
border-color css
<style>
span { border-color: #57CDB4; }
span { border-color: rgb(87,205,180); }
td.TdClassName
{
border-color: #57CDB4;
}
.TagClassName
{
border-color: #57CDB4;
}
</style>