Shades of Medium Aquamarine #57DDB2
Tints of Medium Aquamarine #57DDB2
RGB
CMYK
RGB Variations
Color information
#57DDB2 (or 0x57DDB2) is known color: Medium Aquamarine. HEX triplet: 57, DD and B2. RGB value is (87,221,178). Sum of RGB (Red+Green+Blue) = 87+221+178=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DDB2 is #A8224D. Grayscale: #B0B0B0. Windows color (decimal): -11018830 or 11722071. OLE color: 11722071.
HSL color Cylindrical-coordinate representation of color #57DDB2: hue angle of 160.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDB2 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 178 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.13 |
| HSL | 160.75º | 0.66% | 0.6% | - |
| HSV(B) | 160.75º | 0.61% | 0.87% | - |
| XYZ | 37.82 | 56.95 | 51.12 | - |
| YUV | 176.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 178 | 0.61 | 0 | 0.19 | 0.13 | 160.75 | 0.66 | 0.6 |
| Hex | 57 | DD | B2 | 3D | 0 | 13 | D | A1 | 42 | 3C |
| Octal | 127 | 335 | 262 | 75 | 0 | 23 | 15 | 241 | 102 | 74 |
| Binary | 1010111 | 11011101 | 10110010 | 111101 | 0 | 10011 | 1101 | 10100001 | 1000010 | 111100 |
Color Harmonies of #57DDB2
Complementary color
Monochromatic Colors of #57DDB2
Black with #57DDB2
Text Example
Text Example
White with #57DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDB2; }
p { color: rgb(87,221,178); }
H1.HeaderClassName
{
color: #57DDB2;
}
.AnyTagClassName
{
color: #57DDB2;
}
</style>
background-color css
<style>
a { background-color: #57DDB2; }
a { background-color: rgb(87,221,178); }
div.DivClassName
{
background-color: #57DDB2;
}
.BgClassName
{
background-color: #57DDB2;
}
</style>
border-color css
<style>
span { border-color: #57DDB2; }
span { border-color: rgb(87,221,178); }
td.TdClassName
{
border-color: #57DDB2;
}
.TagClassName
{
border-color: #57DDB2;
}
</style>