Shades of Medium Aquamarine #55FA99
Tints of Medium Aquamarine #55FA99
RGB
CMYK
RGB Variations
Color information
#55FA99 (or 0x55FA99) is known color: Medium Aquamarine. HEX triplet: 55, FA and 99. RGB value is (85,250,153). Sum of RGB (Red+Green+Blue) = 85+250+153=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA99 is #AA0566. Grayscale: #BDBDBD. Windows color (decimal): -11142503 or 10091093. OLE color: 10091093.
HSL color Cylindrical-coordinate representation of color #55FA99: hue angle of 144.73º 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 #55FA99 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 153 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.02 |
| HSL | 144.73º | 0.94% | 0.66% | - |
| HSV(B) | 144.73º | 0.66% | 0.98% | - |
| XYZ | 43.68 | 72.6 | 41.85 | - |
| YUV | 189.61 | 107.34 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 153 | 0.66 | 0 | 0.39 | 0.02 | 144.73 | 0.94 | 0.66 |
| Hex | 55 | FA | 99 | 42 | 0 | 27 | 2 | 91 | 5E | 42 |
| Octal | 125 | 372 | 231 | 102 | 0 | 47 | 2 | 221 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10011001 | 1000010 | 0 | 100111 | 10 | 10010001 | 1011110 | 1000010 |
Color Harmonies of #55FA99
Complementary color
Monochromatic Colors of #55FA99
Black with #55FA99
Text Example
Text Example
White with #55FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA99; }
p { color: rgb(85,250,153); }
H1.HeaderClassName
{
color: #55FA99;
}
.AnyTagClassName
{
color: #55FA99;
}
</style>
background-color css
<style>
a { background-color: #55FA99; }
a { background-color: rgb(85,250,153); }
div.DivClassName
{
background-color: #55FA99;
}
.BgClassName
{
background-color: #55FA99;
}
</style>
border-color css
<style>
span { border-color: #55FA99; }
span { border-color: rgb(85,250,153); }
td.TdClassName
{
border-color: #55FA99;
}
.TagClassName
{
border-color: #55FA99;
}
</style>