Shades of Medium Aquamarine #55FFAD
Tints of Medium Aquamarine #55FFAD
RGB
CMYK
RGB Variations
Color information
#55FFAD (or 0x55FFAD) is known color: Medium Aquamarine. HEX triplet: 55, FF and AD. RGB value is (85,255,173). Sum of RGB (Red+Green+Blue) = 85+255+173=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFAD is #AA0052. Grayscale: #C2C2C2. Windows color (decimal): -11141203 or 11403093. OLE color: 11403093.
HSL color Cylindrical-coordinate representation of color #55FFAD: hue angle of 151.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFAD is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 173 | - |
| CMYK | 0.67 | 0 | 0.32 | 0 |
| HSL | 151.06º | 1% | 0.67% | - |
| HSV(B) | 151.06º | 0.67% | 1% | - |
| XYZ | 47.05 | 76.47 | 51.82 | - |
| YUV | 194.82 | 115.68 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 173 | 0.67 | 0 | 0.32 | 0 | 151.06 | 1 | 0.67 |
| Hex | 55 | FF | AD | 43 | 0 | 20 | 0 | 97 | 64 | 43 |
| Octal | 125 | 377 | 255 | 103 | 0 | 40 | 0 | 227 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10101101 | 1000011 | 0 | 100000 | 0 | 10010111 | 1100100 | 1000011 |
Color Harmonies of #55FFAD
Complementary color
Monochromatic Colors of #55FFAD
Black with #55FFAD
Text Example
Text Example
White with #55FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFAD; }
p { color: rgb(85,255,173); }
H1.HeaderClassName
{
color: #55FFAD;
}
.AnyTagClassName
{
color: #55FFAD;
}
</style>
background-color css
<style>
a { background-color: #55FFAD; }
a { background-color: rgb(85,255,173); }
div.DivClassName
{
background-color: #55FFAD;
}
.BgClassName
{
background-color: #55FFAD;
}
</style>
border-color css
<style>
span { border-color: #55FFAD; }
span { border-color: rgb(85,255,173); }
td.TdClassName
{
border-color: #55FFAD;
}
.TagClassName
{
border-color: #55FFAD;
}
</style>