Shades of Medium Aquamarine #55F89D
Tints of Medium Aquamarine #55F89D
RGB
CMYK
RGB Variations
Color information
#55F89D (or 0x55F89D) is known color: Medium Aquamarine. HEX triplet: 55, F8 and 9D. RGB value is (85,248,157). Sum of RGB (Red+Green+Blue) = 85+248+157=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #55F89D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F89D is #AA0762. Grayscale: #BDBDBD. Windows color (decimal): -11143011 or 10352725. OLE color: 10352725.
HSL color Cylindrical-coordinate representation of color #55F89D: hue angle of 146.5º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F89D is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 157 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.03 |
| HSL | 146.5º | 0.92% | 0.65% | - |
| HSV(B) | 146.5º | 0.66% | 0.97% | - |
| XYZ | 43.4 | 71.5 | 43.41 | - |
| YUV | 188.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 157 | 0.66 | 0 | 0.37 | 0.03 | 146.5 | 0.92 | 0.65 |
| Hex | 55 | F8 | 9D | 42 | 0 | 25 | 3 | 93 | 5C | 41 |
| Octal | 125 | 370 | 235 | 102 | 0 | 45 | 3 | 223 | 134 | 101 |
| Binary | 1010101 | 11111000 | 10011101 | 1000010 | 0 | 100101 | 11 | 10010011 | 1011100 | 1000001 |
Color Harmonies of #55F89D
Complementary color
Monochromatic Colors of #55F89D
Black with #55F89D
Text Example
Text Example
White with #55F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F89D; }
p { color: rgb(85,248,157); }
H1.HeaderClassName
{
color: #55F89D;
}
.AnyTagClassName
{
color: #55F89D;
}
</style>
background-color css
<style>
a { background-color: #55F89D; }
a { background-color: rgb(85,248,157); }
div.DivClassName
{
background-color: #55F89D;
}
.BgClassName
{
background-color: #55F89D;
}
</style>
border-color css
<style>
span { border-color: #55F89D; }
span { border-color: rgb(85,248,157); }
td.TdClassName
{
border-color: #55F89D;
}
.TagClassName
{
border-color: #55F89D;
}
</style>