Shades of Medium Aquamarine #55F9B2
Tints of Medium Aquamarine #55F9B2
RGB
CMYK
RGB Variations
Color information
#55F9B2 (or 0x55F9B2) is known color: Medium Aquamarine. HEX triplet: 55, F9 and B2. RGB value is (85,249,178). Sum of RGB (Red+Green+Blue) = 85+249+178=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F9B2 is #AA064D. Grayscale: #BFBFBF. Windows color (decimal): -11142734 or 11729237. OLE color: 11729237.
HSL color Cylindrical-coordinate representation of color #55F9B2: hue angle of 154.02º 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 #55F9B2 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 178 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.02 |
| HSL | 154.02º | 0.93% | 0.65% | - |
| HSV(B) | 154.02º | 0.66% | 0.98% | - |
| XYZ | 45.66 | 72.9 | 53.78 | - |
| YUV | 191.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 178 | 0.66 | 0 | 0.29 | 0.02 | 154.02 | 0.93 | 0.65 |
| Hex | 55 | F9 | B2 | 42 | 0 | 1D | 2 | 9A | 5D | 41 |
| Octal | 125 | 371 | 262 | 102 | 0 | 35 | 2 | 232 | 135 | 101 |
| Binary | 1010101 | 11111001 | 10110010 | 1000010 | 0 | 11101 | 10 | 10011010 | 1011101 | 1000001 |
Color Harmonies of #55F9B2
Complementary color
Monochromatic Colors of #55F9B2
Black with #55F9B2
Text Example
Text Example
White with #55F9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9B2; }
p { color: rgb(85,249,178); }
H1.HeaderClassName
{
color: #55F9B2;
}
.AnyTagClassName
{
color: #55F9B2;
}
</style>
background-color css
<style>
a { background-color: #55F9B2; }
a { background-color: rgb(85,249,178); }
div.DivClassName
{
background-color: #55F9B2;
}
.BgClassName
{
background-color: #55F9B2;
}
</style>
border-color css
<style>
span { border-color: #55F9B2; }
span { border-color: rgb(85,249,178); }
td.TdClassName
{
border-color: #55F9B2;
}
.TagClassName
{
border-color: #55F9B2;
}
</style>