Shades of Medium Aquamarine #57DBB8
Tints of Medium Aquamarine #57DBB8
RGB
CMYK
RGB Variations
Color information
#57DBB8 (or 0x57DBB8) is known color: Medium Aquamarine. HEX triplet: 57, DB and B8. RGB value is (87,219,184). Sum of RGB (Red+Green+Blue) = 87+219+184=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBB8 is #A82447. Grayscale: #AFAFAF. Windows color (decimal): -11019336 or 12114775. OLE color: 12114775.
HSL color Cylindrical-coordinate representation of color #57DBB8: hue angle of 164.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBB8 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 184 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.14 |
| HSL | 164.09º | 0.65% | 0.6% | - |
| HSV(B) | 164.09º | 0.6% | 0.86% | - |
| XYZ | 37.91 | 56.15 | 54.19 | - |
| YUV | 175.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 184 | 0.60 | 0 | 0.16 | 0.14 | 164.09 | 0.65 | 0.6 |
| Hex | 57 | DB | B8 | 3C | 0 | 10 | E | A4 | 41 | 3C |
| Octal | 127 | 333 | 270 | 74 | 0 | 20 | 16 | 244 | 101 | 74 |
| Binary | 1010111 | 11011011 | 10111000 | 111100 | 0 | 10000 | 1110 | 10100100 | 1000001 | 111100 |
Color Harmonies of #57DBB8
Complementary color
Monochromatic Colors of #57DBB8
Black with #57DBB8
Text Example
Text Example
White with #57DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBB8; }
p { color: rgb(87,219,184); }
H1.HeaderClassName
{
color: #57DBB8;
}
.AnyTagClassName
{
color: #57DBB8;
}
</style>
background-color css
<style>
a { background-color: #57DBB8; }
a { background-color: rgb(87,219,184); }
div.DivClassName
{
background-color: #57DBB8;
}
.BgClassName
{
background-color: #57DBB8;
}
</style>
border-color css
<style>
span { border-color: #57DBB8; }
span { border-color: rgb(87,219,184); }
td.TdClassName
{
border-color: #57DBB8;
}
.TagClassName
{
border-color: #57DBB8;
}
</style>