Shades of Medium Aquamarine #55EBA3
Tints of Medium Aquamarine #55EBA3
RGB
CMYK
RGB Variations
Color information
#55EBA3 (or 0x55EBA3) is known color: Medium Aquamarine. HEX triplet: 55, EB and A3. RGB value is (85,235,163). Sum of RGB (Red+Green+Blue) = 85+235+163=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBA3 is #AA145C. Grayscale: #B6B6B6. Windows color (decimal): -11146333 or 10742613. OLE color: 10742613.
HSL color Cylindrical-coordinate representation of color #55EBA3: hue angle of 151.2º 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 #55EBA3 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 163 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.08 |
| HSL | 151.2º | 0.79% | 0.63% | - |
| HSV(B) | 151.2º | 0.64% | 0.92% | - |
| XYZ | 40.07 | 63.99 | 44.89 | - |
| YUV | 181.94 | 117.31 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 163 | 0.64 | 0 | 0.31 | 0.08 | 151.2 | 0.79 | 0.63 |
| Hex | 55 | EB | A3 | 40 | 0 | 1F | 8 | 97 | 4F | 3F |
| Octal | 125 | 353 | 243 | 100 | 0 | 37 | 10 | 227 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10100011 | 1000000 | 0 | 11111 | 1000 | 10010111 | 1001111 | 111111 |
Color Harmonies of #55EBA3
Complementary color
Monochromatic Colors of #55EBA3
Black with #55EBA3
Text Example
Text Example
White with #55EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBA3; }
p { color: rgb(85,235,163); }
H1.HeaderClassName
{
color: #55EBA3;
}
.AnyTagClassName
{
color: #55EBA3;
}
</style>
background-color css
<style>
a { background-color: #55EBA3; }
a { background-color: rgb(85,235,163); }
div.DivClassName
{
background-color: #55EBA3;
}
.BgClassName
{
background-color: #55EBA3;
}
</style>
border-color css
<style>
span { border-color: #55EBA3; }
span { border-color: rgb(85,235,163); }
td.TdClassName
{
border-color: #55EBA3;
}
.TagClassName
{
border-color: #55EBA3;
}
</style>