Shades of Medium Aquamarine #55D6B8
Tints of Medium Aquamarine #55D6B8
RGB
CMYK
RGB Variations
Color information
#55D6B8 (or 0x55D6B8) is known color: Medium Aquamarine. HEX triplet: 55, D6 and B8. RGB value is (85,214,184). Sum of RGB (Red+Green+Blue) = 85+214+184=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6B8 is #AA2947. Grayscale: #ACACAC. Windows color (decimal): -11151688 or 12113493. OLE color: 12113493.
HSL color Cylindrical-coordinate representation of color #55D6B8: hue angle of 166.05º 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 #55D6B8 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 184 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.16 |
| HSL | 166.05º | 0.61% | 0.59% | - |
| HSV(B) | 166.05º | 0.6% | 0.84% | - |
| XYZ | 36.44 | 53.49 | 53.75 | - |
| YUV | 172.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 184 | 0.60 | 0 | 0.14 | 0.16 | 166.05 | 0.61 | 0.59 |
| Hex | 55 | D6 | B8 | 3C | 0 | E | 10 | A6 | 3D | 3B |
| Octal | 125 | 326 | 270 | 74 | 0 | 16 | 20 | 246 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10111000 | 111100 | 0 | 1110 | 10000 | 10100110 | 111101 | 111011 |
Color Harmonies of #55D6B8
Complementary color
Monochromatic Colors of #55D6B8
Black with #55D6B8
Text Example
Text Example
White with #55D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6B8; }
p { color: rgb(85,214,184); }
H1.HeaderClassName
{
color: #55D6B8;
}
.AnyTagClassName
{
color: #55D6B8;
}
</style>
background-color css
<style>
a { background-color: #55D6B8; }
a { background-color: rgb(85,214,184); }
div.DivClassName
{
background-color: #55D6B8;
}
.BgClassName
{
background-color: #55D6B8;
}
</style>
border-color css
<style>
span { border-color: #55D6B8; }
span { border-color: rgb(85,214,184); }
td.TdClassName
{
border-color: #55D6B8;
}
.TagClassName
{
border-color: #55D6B8;
}
</style>