Shades of Medium Aquamarine #55D4B0
Tints of Medium Aquamarine #55D4B0
RGB
CMYK
RGB Variations
Color information
#55D4B0 (or 0x55D4B0) is known color: Medium Aquamarine. HEX triplet: 55, D4 and B0. RGB value is (85,212,176). Sum of RGB (Red+Green+Blue) = 85+212+176=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #55D4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D4B0 is #AA2B4F. Grayscale: #A9A9A9. Windows color (decimal): -11152208 or 11588693. OLE color: 11588693.
HSL color Cylindrical-coordinate representation of color #55D4B0: hue angle of 162.99º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D4B0 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 176 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.17 |
| HSL | 162.99º | 0.6% | 0.58% | - |
| HSV(B) | 162.99º | 0.6% | 0.83% | - |
| XYZ | 35.13 | 52.15 | 49.29 | - |
| YUV | 169.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 176 | 0.60 | 0 | 0.17 | 0.17 | 162.99 | 0.6 | 0.58 |
| Hex | 55 | D4 | B0 | 3C | 0 | 11 | 11 | A3 | 3C | 3A |
| Octal | 125 | 324 | 260 | 74 | 0 | 21 | 21 | 243 | 74 | 72 |
| Binary | 1010101 | 11010100 | 10110000 | 111100 | 0 | 10001 | 10001 | 10100011 | 111100 | 111010 |
Color Harmonies of #55D4B0
Complementary color
Monochromatic Colors of #55D4B0
Black with #55D4B0
Text Example
Text Example
White with #55D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4B0; }
p { color: rgb(85,212,176); }
H1.HeaderClassName
{
color: #55D4B0;
}
.AnyTagClassName
{
color: #55D4B0;
}
</style>
background-color css
<style>
a { background-color: #55D4B0; }
a { background-color: rgb(85,212,176); }
div.DivClassName
{
background-color: #55D4B0;
}
.BgClassName
{
background-color: #55D4B0;
}
</style>
border-color css
<style>
span { border-color: #55D4B0; }
span { border-color: rgb(85,212,176); }
td.TdClassName
{
border-color: #55D4B0;
}
.TagClassName
{
border-color: #55D4B0;
}
</style>