Shades of Medium Aquamarine #57D0B5
Tints of Medium Aquamarine #57D0B5
RGB
CMYK
RGB Variations
Color information
#57D0B5 (or 0x57D0B5) is known color: Medium Aquamarine. HEX triplet: 57, D0 and B5. RGB value is (87,208,181). Sum of RGB (Red+Green+Blue) = 87+208+181=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0B5 is #A82F4A. Grayscale: #A8A8A8. Windows color (decimal): -11022155 or 11915351. OLE color: 11915351.
HSL color Cylindrical-coordinate representation of color #57D0B5: hue angle of 166.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D0B5 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 181 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.18 |
| HSL | 166.61º | 0.56% | 0.58% | - |
| HSV(B) | 166.61º | 0.58% | 0.82% | - |
| XYZ | 34.83 | 50.47 | 51.62 | - |
| YUV | 168.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 181 | 0.58 | 0 | 0.13 | 0.18 | 166.61 | 0.56 | 0.58 |
| Hex | 57 | D0 | B5 | 3A | 0 | D | 12 | A7 | 38 | 3A |
| Octal | 127 | 320 | 265 | 72 | 0 | 15 | 22 | 247 | 70 | 72 |
| Binary | 1010111 | 11010000 | 10110101 | 111010 | 0 | 1101 | 10010 | 10100111 | 111000 | 111010 |
Color Harmonies of #57D0B5
Complementary color
Monochromatic Colors of #57D0B5
Black with #57D0B5
Text Example
Text Example
White with #57D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0B5; }
p { color: rgb(87,208,181); }
H1.HeaderClassName
{
color: #57D0B5;
}
.AnyTagClassName
{
color: #57D0B5;
}
</style>
background-color css
<style>
a { background-color: #57D0B5; }
a { background-color: rgb(87,208,181); }
div.DivClassName
{
background-color: #57D0B5;
}
.BgClassName
{
background-color: #57D0B5;
}
</style>
border-color css
<style>
span { border-color: #57D0B5; }
span { border-color: rgb(87,208,181); }
td.TdClassName
{
border-color: #57D0B5;
}
.TagClassName
{
border-color: #57D0B5;
}
</style>