Shades of Medium Aquamarine #55FBA5
Tints of Medium Aquamarine #55FBA5
RGB
CMYK
RGB Variations
Color information
#55FBA5 (or 0x55FBA5) is known color: Medium Aquamarine. HEX triplet: 55, FB and A5. RGB value is (85,251,165). Sum of RGB (Red+Green+Blue) = 85+251+165=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FBA5 is #AA045A. Grayscale: #BFBFBF. Windows color (decimal): -11142235 or 10877781. OLE color: 10877781.
HSL color Cylindrical-coordinate representation of color #55FBA5: hue angle of 148.92º 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 #55FBA5 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 165 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.02 |
| HSL | 148.92º | 0.95% | 0.66% | - |
| HSV(B) | 148.92º | 0.66% | 0.98% | - |
| XYZ | 45.04 | 73.64 | 47.44 | - |
| YUV | 191.56 | 113 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 165 | 0.66 | 0 | 0.34 | 0.02 | 148.92 | 0.95 | 0.66 |
| Hex | 55 | FB | A5 | 42 | 0 | 22 | 2 | 95 | 5F | 42 |
| Octal | 125 | 373 | 245 | 102 | 0 | 42 | 2 | 225 | 137 | 102 |
| Binary | 1010101 | 11111011 | 10100101 | 1000010 | 0 | 100010 | 10 | 10010101 | 1011111 | 1000010 |
Color Harmonies of #55FBA5
Complementary color
Monochromatic Colors of #55FBA5
Black with #55FBA5
Text Example
Text Example
White with #55FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBA5; }
p { color: rgb(85,251,165); }
H1.HeaderClassName
{
color: #55FBA5;
}
.AnyTagClassName
{
color: #55FBA5;
}
</style>
background-color css
<style>
a { background-color: #55FBA5; }
a { background-color: rgb(85,251,165); }
div.DivClassName
{
background-color: #55FBA5;
}
.BgClassName
{
background-color: #55FBA5;
}
</style>
border-color css
<style>
span { border-color: #55FBA5; }
span { border-color: rgb(85,251,165); }
td.TdClassName
{
border-color: #55FBA5;
}
.TagClassName
{
border-color: #55FBA5;
}
</style>