Shades of Medium Aquamarine #55DFB5
Tints of Medium Aquamarine #55DFB5
RGB
CMYK
RGB Variations
Color information
#55DFB5 (or 0x55DFB5) is known color: Medium Aquamarine. HEX triplet: 55, DF and B5. RGB value is (85,223,181). Sum of RGB (Red+Green+Blue) = 85+223+181=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFB5 is #AA204A. Grayscale: #B0B0B0. Windows color (decimal): -11149387 or 11919189. OLE color: 11919189.
HSL color Cylindrical-coordinate representation of color #55DFB5: hue angle of 161.74º 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 #55DFB5 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 181 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.13 |
| HSL | 161.74º | 0.68% | 0.6% | - |
| HSV(B) | 161.74º | 0.62% | 0.87% | - |
| XYZ | 38.47 | 58.04 | 52.89 | - |
| YUV | 176.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 181 | 0.62 | 0 | 0.19 | 0.13 | 161.74 | 0.68 | 0.6 |
| Hex | 55 | DF | B5 | 3E | 0 | 13 | D | A2 | 44 | 3C |
| Octal | 125 | 337 | 265 | 76 | 0 | 23 | 15 | 242 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10110101 | 111110 | 0 | 10011 | 1101 | 10100010 | 1000100 | 111100 |
Color Harmonies of #55DFB5
Complementary color
Monochromatic Colors of #55DFB5
Black with #55DFB5
Text Example
Text Example
White with #55DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFB5; }
p { color: rgb(85,223,181); }
H1.HeaderClassName
{
color: #55DFB5;
}
.AnyTagClassName
{
color: #55DFB5;
}
</style>
background-color css
<style>
a { background-color: #55DFB5; }
a { background-color: rgb(85,223,181); }
div.DivClassName
{
background-color: #55DFB5;
}
.BgClassName
{
background-color: #55DFB5;
}
</style>
border-color css
<style>
span { border-color: #55DFB5; }
span { border-color: rgb(85,223,181); }
td.TdClassName
{
border-color: #55DFB5;
}
.TagClassName
{
border-color: #55DFB5;
}
</style>