Shades of Medium Aquamarine #55FEB2
Tints of Medium Aquamarine #55FEB2
RGB
CMYK
RGB Variations
Color information
#55FEB2 (or 0x55FEB2) is known color: Medium Aquamarine. HEX triplet: 55, FE and B2. RGB value is (85,254,178). Sum of RGB (Red+Green+Blue) = 85+254+178=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEB2 is #AA014D. Grayscale: #C2C2C2. Windows color (decimal): -11141454 or 11730517. OLE color: 11730517.
HSL color Cylindrical-coordinate representation of color #55FEB2: hue angle of 153.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEB2 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 178 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.00 |
| HSL | 153.02º | 0.99% | 0.66% | - |
| HSV(B) | 153.02º | 0.67% | 1% | - |
| XYZ | 47.22 | 76.03 | 54.31 | - |
| YUV | 194.81 | 118.51 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 178 | 0.67 | 0 | 0.30 | 0.00 | 153.02 | 0.99 | 0.66 |
| Hex | 55 | FE | B2 | 43 | 0 | 1E | 0 | 99 | 63 | 42 |
| Octal | 125 | 376 | 262 | 103 | 0 | 36 | 0 | 231 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10110010 | 1000011 | 0 | 11110 | 0 | 10011001 | 1100011 | 1000010 |
Color Harmonies of #55FEB2
Complementary color
Monochromatic Colors of #55FEB2
Black with #55FEB2
Text Example
Text Example
White with #55FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEB2; }
p { color: rgb(85,254,178); }
H1.HeaderClassName
{
color: #55FEB2;
}
.AnyTagClassName
{
color: #55FEB2;
}
</style>
background-color css
<style>
a { background-color: #55FEB2; }
a { background-color: rgb(85,254,178); }
div.DivClassName
{
background-color: #55FEB2;
}
.BgClassName
{
background-color: #55FEB2;
}
</style>
border-color css
<style>
span { border-color: #55FEB2; }
span { border-color: rgb(85,254,178); }
td.TdClassName
{
border-color: #55FEB2;
}
.TagClassName
{
border-color: #55FEB2;
}
</style>