Shades of Medium Aquamarine #55EEB2
Tints of Medium Aquamarine #55EEB2
RGB
CMYK
RGB Variations
Color information
#55EEB2 (or 0x55EEB2) is known color: Medium Aquamarine. HEX triplet: 55, EE and B2. RGB value is (85,238,178). Sum of RGB (Red+Green+Blue) = 85+238+178=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEB2 is #AA114D. Grayscale: #B9B9B9. Windows color (decimal): -11145550 or 11726421. OLE color: 11726421.
HSL color Cylindrical-coordinate representation of color #55EEB2: hue angle of 156.47º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEB2 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 178 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.07 |
| HSL | 156.47º | 0.82% | 0.63% | - |
| HSV(B) | 156.47º | 0.64% | 0.93% | - |
| XYZ | 42.36 | 66.29 | 52.68 | - |
| YUV | 185.41 | 123.81 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 178 | 0.64 | 0 | 0.25 | 0.07 | 156.47 | 0.82 | 0.63 |
| Hex | 55 | EE | B2 | 40 | 0 | 19 | 7 | 9C | 52 | 3F |
| Octal | 125 | 356 | 262 | 100 | 0 | 31 | 7 | 234 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10110010 | 1000000 | 0 | 11001 | 111 | 10011100 | 1010010 | 111111 |
Color Harmonies of #55EEB2
Complementary color
Monochromatic Colors of #55EEB2
Black with #55EEB2
Text Example
Text Example
White with #55EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEB2; }
p { color: rgb(85,238,178); }
H1.HeaderClassName
{
color: #55EEB2;
}
.AnyTagClassName
{
color: #55EEB2;
}
</style>
background-color css
<style>
a { background-color: #55EEB2; }
a { background-color: rgb(85,238,178); }
div.DivClassName
{
background-color: #55EEB2;
}
.BgClassName
{
background-color: #55EEB2;
}
</style>
border-color css
<style>
span { border-color: #55EEB2; }
span { border-color: rgb(85,238,178); }
td.TdClassName
{
border-color: #55EEB2;
}
.TagClassName
{
border-color: #55EEB2;
}
</style>