Shades of Medium Aquamarine #57CDB7
Tints of Medium Aquamarine #57CDB7
RGB
CMYK
RGB Variations
Color information
#57CDB7 (or 0x57CDB7) is known color: Medium Aquamarine. HEX triplet: 57, CD and B7. RGB value is (87,205,183). Sum of RGB (Red+Green+Blue) = 87+205+183=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDB7 is #A83248. Grayscale: #A7A7A7. Windows color (decimal): -11022921 or 12045655. OLE color: 12045655.
HSL color Cylindrical-coordinate representation of color #57CDB7: hue angle of 168.81º 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 #57CDB7 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 205 | 183 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.20 |
| HSL | 168.81º | 0.54% | 0.57% | - |
| HSV(B) | 168.81º | 0.58% | 0.8% | - |
| XYZ | 34.31 | 49.11 | 52.47 | - |
| YUV | 167.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 183 | 0.58 | 0 | 0.11 | 0.20 | 168.81 | 0.54 | 0.57 |
| Hex | 57 | CD | B7 | 3A | 0 | B | 14 | A9 | 36 | 39 |
| Octal | 127 | 315 | 267 | 72 | 0 | 13 | 24 | 251 | 66 | 71 |
| Binary | 1010111 | 11001101 | 10110111 | 111010 | 0 | 1011 | 10100 | 10101001 | 110110 | 111001 |
Color Harmonies of #57CDB7
Complementary color
Monochromatic Colors of #57CDB7
Black with #57CDB7
Text Example
Text Example
White with #57CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDB7; }
p { color: rgb(87,205,183); }
H1.HeaderClassName
{
color: #57CDB7;
}
.AnyTagClassName
{
color: #57CDB7;
}
</style>
background-color css
<style>
a { background-color: #57CDB7; }
a { background-color: rgb(87,205,183); }
div.DivClassName
{
background-color: #57CDB7;
}
.BgClassName
{
background-color: #57CDB7;
}
</style>
border-color css
<style>
span { border-color: #57CDB7; }
span { border-color: rgb(87,205,183); }
td.TdClassName
{
border-color: #57CDB7;
}
.TagClassName
{
border-color: #57CDB7;
}
</style>