Shades of Medium Aquamarine #55FA9F
Tints of Medium Aquamarine #55FA9F
RGB
CMYK
RGB Variations
Color information
#55FA9F (or 0x55FA9F) is known color: Medium Aquamarine. HEX triplet: 55, FA and 9F. RGB value is (85,250,159). Sum of RGB (Red+Green+Blue) = 85+250+159=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA9F is #AA0560. Grayscale: #BEBEBE. Windows color (decimal): -11142497 or 10484309. OLE color: 10484309.
HSL color Cylindrical-coordinate representation of color #55FA9F: hue angle of 146.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA9F is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 159 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.02 |
| HSL | 146.91º | 0.94% | 0.66% | - |
| HSV(B) | 146.91º | 0.66% | 0.98% | - |
| XYZ | 44.19 | 72.81 | 44.52 | - |
| YUV | 190.29 | 110.34 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 159 | 0.66 | 0 | 0.36 | 0.02 | 146.91 | 0.94 | 0.66 |
| Hex | 55 | FA | 9F | 42 | 0 | 24 | 2 | 93 | 5E | 42 |
| Octal | 125 | 372 | 237 | 102 | 0 | 44 | 2 | 223 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10011111 | 1000010 | 0 | 100100 | 10 | 10010011 | 1011110 | 1000010 |
Color Harmonies of #55FA9F
Complementary color
Monochromatic Colors of #55FA9F
Black with #55FA9F
Text Example
Text Example
White with #55FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA9F; }
p { color: rgb(85,250,159); }
H1.HeaderClassName
{
color: #55FA9F;
}
.AnyTagClassName
{
color: #55FA9F;
}
</style>
background-color css
<style>
a { background-color: #55FA9F; }
a { background-color: rgb(85,250,159); }
div.DivClassName
{
background-color: #55FA9F;
}
.BgClassName
{
background-color: #55FA9F;
}
</style>
border-color css
<style>
span { border-color: #55FA9F; }
span { border-color: rgb(85,250,159); }
td.TdClassName
{
border-color: #55FA9F;
}
.TagClassName
{
border-color: #55FA9F;
}
</style>