Shades of Medium Aquamarine #55F299
Tints of Medium Aquamarine #55F299
RGB
CMYK
RGB Variations
Color information
#55F299 (or 0x55F299) is known color: Medium Aquamarine. HEX triplet: 55, F2 and 99. RGB value is (85,242,153). Sum of RGB (Red+Green+Blue) = 85+242+153=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #55F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F299 is #AA0D66. Grayscale: #B9B9B9. Windows color (decimal): -11144551 or 10089045. OLE color: 10089045.
HSL color Cylindrical-coordinate representation of color #55F299: hue angle of 145.99º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F299 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 153 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.05 |
| HSL | 145.99º | 0.86% | 0.64% | - |
| HSV(B) | 145.99º | 0.65% | 0.95% | - |
| XYZ | 41.25 | 67.74 | 41.04 | - |
| YUV | 184.91 | 109.99 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 153 | 0.65 | 0 | 0.37 | 0.05 | 145.99 | 0.86 | 0.64 |
| Hex | 55 | F2 | 99 | 41 | 0 | 25 | 5 | 92 | 56 | 40 |
| Octal | 125 | 362 | 231 | 101 | 0 | 45 | 5 | 222 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10011001 | 1000001 | 0 | 100101 | 101 | 10010010 | 1010110 | 1000000 |
Color Harmonies of #55F299
Complementary color
Monochromatic Colors of #55F299
Black with #55F299
Text Example
Text Example
White with #55F299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F299; }
p { color: rgb(85,242,153); }
H1.HeaderClassName
{
color: #55F299;
}
.AnyTagClassName
{
color: #55F299;
}
</style>
background-color css
<style>
a { background-color: #55F299; }
a { background-color: rgb(85,242,153); }
div.DivClassName
{
background-color: #55F299;
}
.BgClassName
{
background-color: #55F299;
}
</style>
border-color css
<style>
span { border-color: #55F299; }
span { border-color: rgb(85,242,153); }
td.TdClassName
{
border-color: #55F299;
}
.TagClassName
{
border-color: #55F299;
}
</style>