Shades of Medium Aquamarine #55F7B0
Tints of Medium Aquamarine #55F7B0
RGB
CMYK
RGB Variations
Color information
#55F7B0 (or 0x55F7B0) is known color: Medium Aquamarine. HEX triplet: 55, F7 and B0. RGB value is (85,247,176). Sum of RGB (Red+Green+Blue) = 85+247+176=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F7B0 is #AA084F. Grayscale: #BEBEBE. Windows color (decimal): -11143248 or 11597653. OLE color: 11597653.
HSL color Cylindrical-coordinate representation of color #55F7B0: hue angle of 153.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7B0 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 176 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.03 |
| HSL | 153.7º | 0.91% | 0.65% | - |
| HSV(B) | 153.7º | 0.66% | 0.97% | - |
| XYZ | 44.84 | 71.59 | 52.53 | - |
| YUV | 190.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 176 | 0.66 | 0 | 0.29 | 0.03 | 153.7 | 0.91 | 0.65 |
| Hex | 55 | F7 | B0 | 42 | 0 | 1D | 3 | 9A | 5B | 41 |
| Octal | 125 | 367 | 260 | 102 | 0 | 35 | 3 | 232 | 133 | 101 |
| Binary | 1010101 | 11110111 | 10110000 | 1000010 | 0 | 11101 | 11 | 10011010 | 1011011 | 1000001 |
Color Harmonies of #55F7B0
Complementary color
Monochromatic Colors of #55F7B0
Black with #55F7B0
Text Example
Text Example
White with #55F7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7B0; }
p { color: rgb(85,247,176); }
H1.HeaderClassName
{
color: #55F7B0;
}
.AnyTagClassName
{
color: #55F7B0;
}
</style>
background-color css
<style>
a { background-color: #55F7B0; }
a { background-color: rgb(85,247,176); }
div.DivClassName
{
background-color: #55F7B0;
}
.BgClassName
{
background-color: #55F7B0;
}
</style>
border-color css
<style>
span { border-color: #55F7B0; }
span { border-color: rgb(85,247,176); }
td.TdClassName
{
border-color: #55F7B0;
}
.TagClassName
{
border-color: #55F7B0;
}
</style>