Shades of Medium Aquamarine #55F2AF
Tints of Medium Aquamarine #55F2AF
RGB
CMYK
RGB Variations
Color information
#55F2AF (or 0x55F2AF) is known color: Medium Aquamarine. HEX triplet: 55, F2 and AF. RGB value is (85,242,175). Sum of RGB (Red+Green+Blue) = 85+242+175=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2AF is #AA0D50. Grayscale: #BBBBBB. Windows color (decimal): -11144529 or 11530837. OLE color: 11530837.
HSL color Cylindrical-coordinate representation of color #55F2AF: hue angle of 154.39º 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 #55F2AF is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 175 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.05 |
| HSL | 154.39º | 0.86% | 0.64% | - |
| HSV(B) | 154.39º | 0.65% | 0.95% | - |
| XYZ | 43.24 | 68.53 | 51.51 | - |
| YUV | 187.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 175 | 0.65 | 0 | 0.28 | 0.05 | 154.39 | 0.86 | 0.64 |
| Hex | 55 | F2 | AF | 41 | 0 | 1C | 5 | 9A | 56 | 40 |
| Octal | 125 | 362 | 257 | 101 | 0 | 34 | 5 | 232 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10101111 | 1000001 | 0 | 11100 | 101 | 10011010 | 1010110 | 1000000 |
Color Harmonies of #55F2AF
Complementary color
Monochromatic Colors of #55F2AF
Black with #55F2AF
Text Example
Text Example
White with #55F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2AF; }
p { color: rgb(85,242,175); }
H1.HeaderClassName
{
color: #55F2AF;
}
.AnyTagClassName
{
color: #55F2AF;
}
</style>
background-color css
<style>
a { background-color: #55F2AF; }
a { background-color: rgb(85,242,175); }
div.DivClassName
{
background-color: #55F2AF;
}
.BgClassName
{
background-color: #55F2AF;
}
</style>
border-color css
<style>
span { border-color: #55F2AF; }
span { border-color: rgb(85,242,175); }
td.TdClassName
{
border-color: #55F2AF;
}
.TagClassName
{
border-color: #55F2AF;
}
</style>