Shades of Medium Aquamarine #55F99A
Tints of Medium Aquamarine #55F99A
RGB
CMYK
RGB Variations
Color information
#55F99A (or 0x55F99A) is known color: Medium Aquamarine. HEX triplet: 55, F9 and 9A. RGB value is (85,249,154). Sum of RGB (Red+Green+Blue) = 85+249+154=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #55F99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F99A is #AA0665. Grayscale: #BDBDBD. Windows color (decimal): -11142758 or 10156373. OLE color: 10156373.
HSL color Cylindrical-coordinate representation of color #55F99A: hue angle of 145.24º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F99A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 154 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.02 |
| HSL | 145.24º | 0.93% | 0.65% | - |
| HSV(B) | 145.24º | 0.66% | 0.98% | - |
| XYZ | 43.45 | 72.02 | 42.18 | - |
| YUV | 189.13 | 108.17 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 154 | 0.66 | 0 | 0.38 | 0.02 | 145.24 | 0.93 | 0.65 |
| Hex | 55 | F9 | 9A | 42 | 0 | 26 | 2 | 91 | 5D | 41 |
| Octal | 125 | 371 | 232 | 102 | 0 | 46 | 2 | 221 | 135 | 101 |
| Binary | 1010101 | 11111001 | 10011010 | 1000010 | 0 | 100110 | 10 | 10010001 | 1011101 | 1000001 |
Color Harmonies of #55F99A
Complementary color
Monochromatic Colors of #55F99A
Black with #55F99A
Text Example
Text Example
White with #55F99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F99A; }
p { color: rgb(85,249,154); }
H1.HeaderClassName
{
color: #55F99A;
}
.AnyTagClassName
{
color: #55F99A;
}
</style>
background-color css
<style>
a { background-color: #55F99A; }
a { background-color: rgb(85,249,154); }
div.DivClassName
{
background-color: #55F99A;
}
.BgClassName
{
background-color: #55F99A;
}
</style>
border-color css
<style>
span { border-color: #55F99A; }
span { border-color: rgb(85,249,154); }
td.TdClassName
{
border-color: #55F99A;
}
.TagClassName
{
border-color: #55F99A;
}
</style>