Shades of Medium Aquamarine #57CFAB
Tints of Medium Aquamarine #57CFAB
RGB
CMYK
RGB Variations
Color information
#57CFAB (or 0x57CFAB) is known color: Medium Aquamarine. HEX triplet: 57, CF and AB. RGB value is (87,207,171). Sum of RGB (Red+Green+Blue) = 87+207+171=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57CFAB is #A83054. Grayscale: #A7A7A7. Windows color (decimal): -11022421 or 11259735. OLE color: 11259735.
HSL color Cylindrical-coordinate representation of color #57CFAB: hue angle of 162º 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 #57CFAB is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 171 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.19 |
| HSL | 162º | 0.56% | 0.58% | - |
| HSV(B) | 162º | 0.58% | 0.81% | - |
| XYZ | 33.59 | 49.59 | 46.33 | - |
| YUV | 167.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 171 | 0.58 | 0 | 0.17 | 0.19 | 162 | 0.56 | 0.58 |
| Hex | 57 | CF | AB | 3A | 0 | 11 | 13 | A2 | 38 | 3A |
| Octal | 127 | 317 | 253 | 72 | 0 | 21 | 23 | 242 | 70 | 72 |
| Binary | 1010111 | 11001111 | 10101011 | 111010 | 0 | 10001 | 10011 | 10100010 | 111000 | 111010 |
Color Harmonies of #57CFAB
Complementary color
Monochromatic Colors of #57CFAB
Black with #57CFAB
Text Example
Text Example
White with #57CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFAB; }
p { color: rgb(87,207,171); }
H1.HeaderClassName
{
color: #57CFAB;
}
.AnyTagClassName
{
color: #57CFAB;
}
</style>
background-color css
<style>
a { background-color: #57CFAB; }
a { background-color: rgb(87,207,171); }
div.DivClassName
{
background-color: #57CFAB;
}
.BgClassName
{
background-color: #57CFAB;
}
</style>
border-color css
<style>
span { border-color: #57CFAB; }
span { border-color: rgb(87,207,171); }
td.TdClassName
{
border-color: #57CFAB;
}
.TagClassName
{
border-color: #57CFAB;
}
</style>