Shades of Medium Aquamarine #55D7B7
Tints of Medium Aquamarine #55D7B7
RGB
CMYK
RGB Variations
Color information
#55D7B7 (or 0x55D7B7) is known color: Medium Aquamarine. HEX triplet: 55, D7 and B7. RGB value is (85,215,183). Sum of RGB (Red+Green+Blue) = 85+215+183=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7B7 is #AA2848. Grayscale: #ACACAC. Windows color (decimal): -11151433 or 12048213. OLE color: 12048213.
HSL color Cylindrical-coordinate representation of color #55D7B7: hue angle of 165.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D7B7 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 183 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.16 |
| HSL | 165.23º | 0.62% | 0.59% | - |
| HSV(B) | 165.23º | 0.6% | 0.84% | - |
| XYZ | 36.59 | 53.95 | 53.28 | - |
| YUV | 172.48 | 133.93 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 183 | 0.60 | 0 | 0.15 | 0.16 | 165.23 | 0.62 | 0.59 |
| Hex | 55 | D7 | B7 | 3C | 0 | F | 10 | A5 | 3E | 3B |
| Octal | 125 | 327 | 267 | 74 | 0 | 17 | 20 | 245 | 76 | 73 |
| Binary | 1010101 | 11010111 | 10110111 | 111100 | 0 | 1111 | 10000 | 10100101 | 111110 | 111011 |
Color Harmonies of #55D7B7
Complementary color
Monochromatic Colors of #55D7B7
Black with #55D7B7
Text Example
Text Example
White with #55D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7B7; }
p { color: rgb(85,215,183); }
H1.HeaderClassName
{
color: #55D7B7;
}
.AnyTagClassName
{
color: #55D7B7;
}
</style>
background-color css
<style>
a { background-color: #55D7B7; }
a { background-color: rgb(85,215,183); }
div.DivClassName
{
background-color: #55D7B7;
}
.BgClassName
{
background-color: #55D7B7;
}
</style>
border-color css
<style>
span { border-color: #55D7B7; }
span { border-color: rgb(85,215,183); }
td.TdClassName
{
border-color: #55D7B7;
}
.TagClassName
{
border-color: #55D7B7;
}
</style>