Shades of Medium Aquamarine #55D6A7
Tints of Medium Aquamarine #55D6A7
RGB
CMYK
RGB Variations
Color information
#55D6A7 (or 0x55D6A7) is known color: Medium Aquamarine. HEX triplet: 55, D6 and A7. RGB value is (85,214,167). Sum of RGB (Red+Green+Blue) = 85+214+167=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D6A7 is #AA2958. Grayscale: #AAAAAA. Windows color (decimal): -11151705 or 10999381. OLE color: 10999381.
HSL color Cylindrical-coordinate representation of color #55D6A7: hue angle of 158.14º degrees, saturation: 0.61, 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 #55D6A7 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 167 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.16 |
| HSL | 158.14º | 0.61% | 0.59% | - |
| HSV(B) | 158.14º | 0.6% | 0.84% | - |
| XYZ | 34.77 | 52.81 | 44.92 | - |
| YUV | 170.07 | 126.26 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 167 | 0.60 | 0 | 0.22 | 0.16 | 158.14 | 0.61 | 0.59 |
| Hex | 55 | D6 | A7 | 3C | 0 | 16 | 10 | 9E | 3D | 3B |
| Octal | 125 | 326 | 247 | 74 | 0 | 26 | 20 | 236 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10100111 | 111100 | 0 | 10110 | 10000 | 10011110 | 111101 | 111011 |
Color Harmonies of #55D6A7
Complementary color
Monochromatic Colors of #55D6A7
Black with #55D6A7
Text Example
Text Example
White with #55D6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6A7; }
p { color: rgb(85,214,167); }
H1.HeaderClassName
{
color: #55D6A7;
}
.AnyTagClassName
{
color: #55D6A7;
}
</style>
background-color css
<style>
a { background-color: #55D6A7; }
a { background-color: rgb(85,214,167); }
div.DivClassName
{
background-color: #55D6A7;
}
.BgClassName
{
background-color: #55D6A7;
}
</style>
border-color css
<style>
span { border-color: #55D6A7; }
span { border-color: rgb(85,214,167); }
td.TdClassName
{
border-color: #55D6A7;
}
.TagClassName
{
border-color: #55D6A7;
}
</style>