Shades of Medium Aquamarine #55DAAC
Tints of Medium Aquamarine #55DAAC
RGB
CMYK
RGB Variations
Color information
#55DAAC (or 0x55DAAC) is known color: Medium Aquamarine. HEX triplet: 55, DA and AC. RGB value is (85,218,172). Sum of RGB (Red+Green+Blue) = 85+218+172=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DAAC is #AA2553. Grayscale: #ADADAD. Windows color (decimal): -11150676 or 11328085. OLE color: 11328085.
HSL color Cylindrical-coordinate representation of color #55DAAC: hue angle of 159.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DAAC is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 172 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.15 |
| HSL | 159.25º | 0.64% | 0.59% | - |
| HSV(B) | 159.25º | 0.61% | 0.85% | - |
| XYZ | 36.26 | 55.05 | 47.74 | - |
| YUV | 172.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 172 | 0.61 | 0 | 0.21 | 0.15 | 159.25 | 0.64 | 0.59 |
| Hex | 55 | DA | AC | 3D | 0 | 15 | F | 9F | 40 | 3B |
| Octal | 125 | 332 | 254 | 75 | 0 | 25 | 17 | 237 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10101100 | 111101 | 0 | 10101 | 1111 | 10011111 | 1000000 | 111011 |
Color Harmonies of #55DAAC
Complementary color
Monochromatic Colors of #55DAAC
Black with #55DAAC
Text Example
Text Example
White with #55DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAAC; }
p { color: rgb(85,218,172); }
H1.HeaderClassName
{
color: #55DAAC;
}
.AnyTagClassName
{
color: #55DAAC;
}
</style>
background-color css
<style>
a { background-color: #55DAAC; }
a { background-color: rgb(85,218,172); }
div.DivClassName
{
background-color: #55DAAC;
}
.BgClassName
{
background-color: #55DAAC;
}
</style>
border-color css
<style>
span { border-color: #55DAAC; }
span { border-color: rgb(85,218,172); }
td.TdClassName
{
border-color: #55DAAC;
}
.TagClassName
{
border-color: #55DAAC;
}
</style>