Shades of Medium Aquamarine #55DCB5
Tints of Medium Aquamarine #55DCB5
RGB
CMYK
RGB Variations
Color information
#55DCB5 (or 0x55DCB5) is known color: Medium Aquamarine. HEX triplet: 55, DC and B5. RGB value is (85,220,181). Sum of RGB (Red+Green+Blue) = 85+220+181=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCB5 is #AA234A. Grayscale: #AFAFAF. Windows color (decimal): -11150155 or 11918421. OLE color: 11918421.
HSL color Cylindrical-coordinate representation of color #55DCB5: hue angle of 162.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCB5 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 181 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.14 |
| HSL | 162.67º | 0.66% | 0.6% | - |
| HSV(B) | 162.67º | 0.61% | 0.86% | - |
| XYZ | 37.68 | 56.45 | 52.63 | - |
| YUV | 175.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 181 | 0.61 | 0 | 0.18 | 0.14 | 162.67 | 0.66 | 0.6 |
| Hex | 55 | DC | B5 | 3D | 0 | 12 | E | A3 | 42 | 3C |
| Octal | 125 | 334 | 265 | 75 | 0 | 22 | 16 | 243 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10110101 | 111101 | 0 | 10010 | 1110 | 10100011 | 1000010 | 111100 |
Color Harmonies of #55DCB5
Complementary color
Monochromatic Colors of #55DCB5
Black with #55DCB5
Text Example
Text Example
White with #55DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCB5; }
p { color: rgb(85,220,181); }
H1.HeaderClassName
{
color: #55DCB5;
}
.AnyTagClassName
{
color: #55DCB5;
}
</style>
background-color css
<style>
a { background-color: #55DCB5; }
a { background-color: rgb(85,220,181); }
div.DivClassName
{
background-color: #55DCB5;
}
.BgClassName
{
background-color: #55DCB5;
}
</style>
border-color css
<style>
span { border-color: #55DCB5; }
span { border-color: rgb(85,220,181); }
td.TdClassName
{
border-color: #55DCB5;
}
.TagClassName
{
border-color: #55DCB5;
}
</style>