Shades of Medium Aquamarine #55EBAB
Tints of Medium Aquamarine #55EBAB
RGB
CMYK
RGB Variations
Color information
#55EBAB (or 0x55EBAB) is known color: Medium Aquamarine. HEX triplet: 55, EB and AB. RGB value is (85,235,171). Sum of RGB (Red+Green+Blue) = 85+235+171=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBAB is #AA1454. Grayscale: #B6B6B6. Windows color (decimal): -11146325 or 11266901. OLE color: 11266901.
HSL color Cylindrical-coordinate representation of color #55EBAB: hue angle of 154.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBAB is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 171 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.08 |
| HSL | 154.4º | 0.79% | 0.63% | - |
| HSV(B) | 154.4º | 0.64% | 0.92% | - |
| XYZ | 40.81 | 64.29 | 48.79 | - |
| YUV | 182.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 171 | 0.64 | 0 | 0.27 | 0.08 | 154.4 | 0.79 | 0.63 |
| Hex | 55 | EB | AB | 40 | 0 | 1B | 8 | 9A | 4F | 3F |
| Octal | 125 | 353 | 253 | 100 | 0 | 33 | 10 | 232 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10101011 | 1000000 | 0 | 11011 | 1000 | 10011010 | 1001111 | 111111 |
Color Harmonies of #55EBAB
Complementary color
Monochromatic Colors of #55EBAB
Black with #55EBAB
Text Example
Text Example
White with #55EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBAB; }
p { color: rgb(85,235,171); }
H1.HeaderClassName
{
color: #55EBAB;
}
.AnyTagClassName
{
color: #55EBAB;
}
</style>
background-color css
<style>
a { background-color: #55EBAB; }
a { background-color: rgb(85,235,171); }
div.DivClassName
{
background-color: #55EBAB;
}
.BgClassName
{
background-color: #55EBAB;
}
</style>
border-color css
<style>
span { border-color: #55EBAB; }
span { border-color: rgb(85,235,171); }
td.TdClassName
{
border-color: #55EBAB;
}
.TagClassName
{
border-color: #55EBAB;
}
</style>