Shades of Medium Aquamarine #55F99D
Tints of Medium Aquamarine #55F99D
RGB
CMYK
RGB Variations
Color information
#55F99D (or 0x55F99D) is known color: Medium Aquamarine. HEX triplet: 55, F9 and 9D. RGB value is (85,249,157). Sum of RGB (Red+Green+Blue) = 85+249+157=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #55F99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F99D is #AA0662. Grayscale: #BDBDBD. Windows color (decimal): -11142755 or 10352981. OLE color: 10352981.
HSL color Cylindrical-coordinate representation of color #55F99D: hue angle of 146.34º 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 #55F99D is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 157 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.02 |
| HSL | 146.34º | 0.93% | 0.65% | - |
| HSV(B) | 146.34º | 0.66% | 0.98% | - |
| XYZ | 43.71 | 72.12 | 43.51 | - |
| YUV | 189.48 | 109.67 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 157 | 0.66 | 0 | 0.37 | 0.02 | 146.34 | 0.93 | 0.65 |
| Hex | 55 | F9 | 9D | 42 | 0 | 25 | 2 | 92 | 5D | 41 |
| Octal | 125 | 371 | 235 | 102 | 0 | 45 | 2 | 222 | 135 | 101 |
| Binary | 1010101 | 11111001 | 10011101 | 1000010 | 0 | 100101 | 10 | 10010010 | 1011101 | 1000001 |
Color Harmonies of #55F99D
Complementary color
Monochromatic Colors of #55F99D
Black with #55F99D
Text Example
Text Example
White with #55F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F99D; }
p { color: rgb(85,249,157); }
H1.HeaderClassName
{
color: #55F99D;
}
.AnyTagClassName
{
color: #55F99D;
}
</style>
background-color css
<style>
a { background-color: #55F99D; }
a { background-color: rgb(85,249,157); }
div.DivClassName
{
background-color: #55F99D;
}
.BgClassName
{
background-color: #55F99D;
}
</style>
border-color css
<style>
span { border-color: #55F99D; }
span { border-color: rgb(85,249,157); }
td.TdClassName
{
border-color: #55F99D;
}
.TagClassName
{
border-color: #55F99D;
}
</style>