Shades of Medium Aquamarine #55FBA6
Tints of Medium Aquamarine #55FBA6
RGB
CMYK
RGB Variations
Color information
#55FBA6 (or 0x55FBA6) is known color: Medium Aquamarine. HEX triplet: 55, FB and A6. RGB value is (85,251,166). Sum of RGB (Red+Green+Blue) = 85+251+166=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FBA6 is #AA0459. Grayscale: #BFBFBF. Windows color (decimal): -11142234 or 10943317. OLE color: 10943317.
HSL color Cylindrical-coordinate representation of color #55FBA6: hue angle of 149.28º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FBA6 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 166 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.02 |
| HSL | 149.28º | 0.95% | 0.66% | - |
| HSV(B) | 149.28º | 0.66% | 0.98% | - |
| XYZ | 45.13 | 73.68 | 47.92 | - |
| YUV | 191.68 | 113.5 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 166 | 0.66 | 0 | 0.34 | 0.02 | 149.28 | 0.95 | 0.66 |
| Hex | 55 | FB | A6 | 42 | 0 | 22 | 2 | 95 | 5F | 42 |
| Octal | 125 | 373 | 246 | 102 | 0 | 42 | 2 | 225 | 137 | 102 |
| Binary | 1010101 | 11111011 | 10100110 | 1000010 | 0 | 100010 | 10 | 10010101 | 1011111 | 1000010 |
Color Harmonies of #55FBA6
Complementary color
Monochromatic Colors of #55FBA6
Black with #55FBA6
Text Example
Text Example
White with #55FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBA6; }
p { color: rgb(85,251,166); }
H1.HeaderClassName
{
color: #55FBA6;
}
.AnyTagClassName
{
color: #55FBA6;
}
</style>
background-color css
<style>
a { background-color: #55FBA6; }
a { background-color: rgb(85,251,166); }
div.DivClassName
{
background-color: #55FBA6;
}
.BgClassName
{
background-color: #55FBA6;
}
</style>
border-color css
<style>
span { border-color: #55FBA6; }
span { border-color: rgb(85,251,166); }
td.TdClassName
{
border-color: #55FBA6;
}
.TagClassName
{
border-color: #55FBA6;
}
</style>