Shades of Medium Aquamarine #55F2AD
Tints of Medium Aquamarine #55F2AD
RGB
CMYK
RGB Variations
Color information
#55F2AD (or 0x55F2AD) is known color: Medium Aquamarine. HEX triplet: 55, F2 and AD. RGB value is (85,242,173). Sum of RGB (Red+Green+Blue) = 85+242+173=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2AD is #AA0D52. Grayscale: #BBBBBB. Windows color (decimal): -11144531 or 11399765. OLE color: 11399765.
HSL color Cylindrical-coordinate representation of color #55F2AD: hue angle of 153.63º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F2AD is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 173 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.05 |
| HSL | 153.63º | 0.86% | 0.64% | - |
| HSV(B) | 153.63º | 0.65% | 0.95% | - |
| XYZ | 43.04 | 68.45 | 50.48 | - |
| YUV | 187.19 | 119.99 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 173 | 0.65 | 0 | 0.29 | 0.05 | 153.63 | 0.86 | 0.64 |
| Hex | 55 | F2 | AD | 41 | 0 | 1D | 5 | 9A | 56 | 40 |
| Octal | 125 | 362 | 255 | 101 | 0 | 35 | 5 | 232 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10101101 | 1000001 | 0 | 11101 | 101 | 10011010 | 1010110 | 1000000 |
Color Harmonies of #55F2AD
Complementary color
Monochromatic Colors of #55F2AD
Black with #55F2AD
Text Example
Text Example
White with #55F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2AD; }
p { color: rgb(85,242,173); }
H1.HeaderClassName
{
color: #55F2AD;
}
.AnyTagClassName
{
color: #55F2AD;
}
</style>
background-color css
<style>
a { background-color: #55F2AD; }
a { background-color: rgb(85,242,173); }
div.DivClassName
{
background-color: #55F2AD;
}
.BgClassName
{
background-color: #55F2AD;
}
</style>
border-color css
<style>
span { border-color: #55F2AD; }
span { border-color: rgb(85,242,173); }
td.TdClassName
{
border-color: #55F2AD;
}
.TagClassName
{
border-color: #55F2AD;
}
</style>