Shades of Medium Aquamarine #55FBA9
Tints of Medium Aquamarine #55FBA9
RGB
CMYK
RGB Variations
Color information
#55FBA9 (or 0x55FBA9) is known color: Medium Aquamarine. HEX triplet: 55, FB and A9. RGB value is (85,251,169). Sum of RGB (Red+Green+Blue) = 85+251+169=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FBA9 is #AA0456. Grayscale: #C0C0C0. Windows color (decimal): -11142231 or 11139925. OLE color: 11139925.
HSL color Cylindrical-coordinate representation of color #55FBA9: hue angle of 150.36º 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 #55FBA9 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 169 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.02 |
| HSL | 150.36º | 0.95% | 0.66% | - |
| HSV(B) | 150.36º | 0.66% | 0.98% | - |
| XYZ | 45.4 | 73.79 | 49.39 | - |
| YUV | 192.02 | 115 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 169 | 0.66 | 0 | 0.33 | 0.02 | 150.36 | 0.95 | 0.66 |
| Hex | 55 | FB | A9 | 42 | 0 | 21 | 2 | 96 | 5F | 42 |
| Octal | 125 | 373 | 251 | 102 | 0 | 41 | 2 | 226 | 137 | 102 |
| Binary | 1010101 | 11111011 | 10101001 | 1000010 | 0 | 100001 | 10 | 10010110 | 1011111 | 1000010 |
Color Harmonies of #55FBA9
Complementary color
Monochromatic Colors of #55FBA9
Black with #55FBA9
Text Example
Text Example
White with #55FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBA9; }
p { color: rgb(85,251,169); }
H1.HeaderClassName
{
color: #55FBA9;
}
.AnyTagClassName
{
color: #55FBA9;
}
</style>
background-color css
<style>
a { background-color: #55FBA9; }
a { background-color: rgb(85,251,169); }
div.DivClassName
{
background-color: #55FBA9;
}
.BgClassName
{
background-color: #55FBA9;
}
</style>
border-color css
<style>
span { border-color: #55FBA9; }
span { border-color: rgb(85,251,169); }
td.TdClassName
{
border-color: #55FBA9;
}
.TagClassName
{
border-color: #55FBA9;
}
</style>