Shades of Medium Aquamarine #57CFB1
Tints of Medium Aquamarine #57CFB1
RGB
CMYK
RGB Variations
Color information
#57CFB1 (or 0x57CFB1) is known color: Medium Aquamarine. HEX triplet: 57, CF and B1. RGB value is (87,207,177). Sum of RGB (Red+Green+Blue) = 87+207+177=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CFB1 is #A8304E. Grayscale: #A7A7A7. Windows color (decimal): -11022415 or 11652951. OLE color: 11652951.
HSL color Cylindrical-coordinate representation of color #57CFB1: hue angle of 165º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CFB1 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 177 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.19 |
| HSL | 165º | 0.56% | 0.58% | - |
| HSV(B) | 165º | 0.58% | 0.81% | - |
| XYZ | 34.18 | 49.83 | 49.41 | - |
| YUV | 167.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 177 | 0.58 | 0 | 0.14 | 0.19 | 165 | 0.56 | 0.58 |
| Hex | 57 | CF | B1 | 3A | 0 | E | 13 | A5 | 38 | 3A |
| Octal | 127 | 317 | 261 | 72 | 0 | 16 | 23 | 245 | 70 | 72 |
| Binary | 1010111 | 11001111 | 10110001 | 111010 | 0 | 1110 | 10011 | 10100101 | 111000 | 111010 |
Color Harmonies of #57CFB1
Complementary color
Monochromatic Colors of #57CFB1
Black with #57CFB1
Text Example
Text Example
White with #57CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFB1; }
p { color: rgb(87,207,177); }
H1.HeaderClassName
{
color: #57CFB1;
}
.AnyTagClassName
{
color: #57CFB1;
}
</style>
background-color css
<style>
a { background-color: #57CFB1; }
a { background-color: rgb(87,207,177); }
div.DivClassName
{
background-color: #57CFB1;
}
.BgClassName
{
background-color: #57CFB1;
}
</style>
border-color css
<style>
span { border-color: #57CFB1; }
span { border-color: rgb(87,207,177); }
td.TdClassName
{
border-color: #57CFB1;
}
.TagClassName
{
border-color: #57CFB1;
}
</style>