Shades of Medium Aquamarine #55EEB0
Tints of Medium Aquamarine #55EEB0
RGB
CMYK
RGB Variations
Color information
#55EEB0 (or 0x55EEB0) is known color: Medium Aquamarine. HEX triplet: 55, EE and B0. RGB value is (85,238,176). Sum of RGB (Red+Green+Blue) = 85+238+176=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEB0 is #AA114F. Grayscale: #B9B9B9. Windows color (decimal): -11145552 or 11595349. OLE color: 11595349.
HSL color Cylindrical-coordinate representation of color #55EEB0: hue angle of 155.69º 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 #55EEB0 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 176 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.07 |
| HSL | 155.69º | 0.82% | 0.63% | - |
| HSV(B) | 155.69º | 0.64% | 0.93% | - |
| XYZ | 42.16 | 66.21 | 51.63 | - |
| YUV | 185.19 | 122.81 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 176 | 0.64 | 0 | 0.26 | 0.07 | 155.69 | 0.82 | 0.63 |
| Hex | 55 | EE | B0 | 40 | 0 | 1A | 7 | 9C | 52 | 3F |
| Octal | 125 | 356 | 260 | 100 | 0 | 32 | 7 | 234 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10110000 | 1000000 | 0 | 11010 | 111 | 10011100 | 1010010 | 111111 |
Color Harmonies of #55EEB0
Complementary color
Monochromatic Colors of #55EEB0
Black with #55EEB0
Text Example
Text Example
White with #55EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEB0; }
p { color: rgb(85,238,176); }
H1.HeaderClassName
{
color: #55EEB0;
}
.AnyTagClassName
{
color: #55EEB0;
}
</style>
background-color css
<style>
a { background-color: #55EEB0; }
a { background-color: rgb(85,238,176); }
div.DivClassName
{
background-color: #55EEB0;
}
.BgClassName
{
background-color: #55EEB0;
}
</style>
border-color css
<style>
span { border-color: #55EEB0; }
span { border-color: rgb(85,238,176); }
td.TdClassName
{
border-color: #55EEB0;
}
.TagClassName
{
border-color: #55EEB0;
}
</style>