Shades of Medium Aquamarine #55F9A2
Tints of Medium Aquamarine #55F9A2
RGB
CMYK
RGB Variations
Color information
#55F9A2 (or 0x55F9A2) is known color: Medium Aquamarine. HEX triplet: 55, F9 and A2. RGB value is (85,249,162). Sum of RGB (Red+Green+Blue) = 85+249+162=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F9A2 is #AA065D. Grayscale: #BEBEBE. Windows color (decimal): -11142750 or 10680661. OLE color: 10680661.
HSL color Cylindrical-coordinate representation of color #55F9A2: hue angle of 148.17º 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 #55F9A2 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 162 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.02 |
| HSL | 148.17º | 0.93% | 0.65% | - |
| HSV(B) | 148.17º | 0.66% | 0.98% | - |
| XYZ | 44.14 | 72.29 | 45.81 | - |
| YUV | 190.05 | 112.17 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 162 | 0.66 | 0 | 0.35 | 0.02 | 148.17 | 0.93 | 0.65 |
| Hex | 55 | F9 | A2 | 42 | 0 | 23 | 2 | 94 | 5D | 41 |
| Octal | 125 | 371 | 242 | 102 | 0 | 43 | 2 | 224 | 135 | 101 |
| Binary | 1010101 | 11111001 | 10100010 | 1000010 | 0 | 100011 | 10 | 10010100 | 1011101 | 1000001 |
Color Harmonies of #55F9A2
Complementary color
Monochromatic Colors of #55F9A2
Black with #55F9A2
Text Example
Text Example
White with #55F9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9A2; }
p { color: rgb(85,249,162); }
H1.HeaderClassName
{
color: #55F9A2;
}
.AnyTagClassName
{
color: #55F9A2;
}
</style>
background-color css
<style>
a { background-color: #55F9A2; }
a { background-color: rgb(85,249,162); }
div.DivClassName
{
background-color: #55F9A2;
}
.BgClassName
{
background-color: #55F9A2;
}
</style>
border-color css
<style>
span { border-color: #55F9A2; }
span { border-color: rgb(85,249,162); }
td.TdClassName
{
border-color: #55F9A2;
}
.TagClassName
{
border-color: #55F9A2;
}
</style>