Shades of Medium Aquamarine #55DFB7
Tints of Medium Aquamarine #55DFB7
RGB
CMYK
RGB Variations
Color information
#55DFB7 (or 0x55DFB7) is known color: Medium Aquamarine. HEX triplet: 55, DF and B7. RGB value is (85,223,183). Sum of RGB (Red+Green+Blue) = 85+223+183=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFB7 is #AA2048. Grayscale: #B1B1B1. Windows color (decimal): -11149385 or 12050261. OLE color: 12050261.
HSL color Cylindrical-coordinate representation of color #55DFB7: hue angle of 162.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFB7 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 183 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.13 |
| HSL | 162.61º | 0.68% | 0.6% | - |
| HSV(B) | 162.61º | 0.62% | 0.87% | - |
| XYZ | 38.68 | 58.13 | 53.98 | - |
| YUV | 177.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 183 | 0.62 | 0 | 0.18 | 0.13 | 162.61 | 0.68 | 0.6 |
| Hex | 55 | DF | B7 | 3E | 0 | 12 | D | A3 | 44 | 3C |
| Octal | 125 | 337 | 267 | 76 | 0 | 22 | 15 | 243 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10110111 | 111110 | 0 | 10010 | 1101 | 10100011 | 1000100 | 111100 |
Color Harmonies of #55DFB7
Complementary color
Monochromatic Colors of #55DFB7
Black with #55DFB7
Text Example
Text Example
White with #55DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFB7; }
p { color: rgb(85,223,183); }
H1.HeaderClassName
{
color: #55DFB7;
}
.AnyTagClassName
{
color: #55DFB7;
}
</style>
background-color css
<style>
a { background-color: #55DFB7; }
a { background-color: rgb(85,223,183); }
div.DivClassName
{
background-color: #55DFB7;
}
.BgClassName
{
background-color: #55DFB7;
}
</style>
border-color css
<style>
span { border-color: #55DFB7; }
span { border-color: rgb(85,223,183); }
td.TdClassName
{
border-color: #55DFB7;
}
.TagClassName
{
border-color: #55DFB7;
}
</style>