Shades of Medium Aquamarine #55E9AF
Tints of Medium Aquamarine #55E9AF
RGB
CMYK
RGB Variations
Color information
#55E9AF (or 0x55E9AF) is known color: Medium Aquamarine. HEX triplet: 55, E9 and AF. RGB value is (85,233,175). Sum of RGB (Red+Green+Blue) = 85+233+175=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E9AF is #AA1650. Grayscale: #B6B6B6. Windows color (decimal): -11146833 or 11528533. OLE color: 11528533.
HSL color Cylindrical-coordinate representation of color #55E9AF: hue angle of 156.49º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9AF is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 175 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.09 |
| HSL | 156.49º | 0.77% | 0.62% | - |
| HSV(B) | 156.49º | 0.64% | 0.91% | - |
| XYZ | 40.62 | 63.3 | 50.64 | - |
| YUV | 182.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 175 | 0.64 | 0 | 0.25 | 0.09 | 156.49 | 0.77 | 0.62 |
| Hex | 55 | E9 | AF | 40 | 0 | 19 | 9 | 9C | 4D | 3E |
| Octal | 125 | 351 | 257 | 100 | 0 | 31 | 11 | 234 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10101111 | 1000000 | 0 | 11001 | 1001 | 10011100 | 1001101 | 111110 |
Color Harmonies of #55E9AF
Complementary color
Monochromatic Colors of #55E9AF
Black with #55E9AF
Text Example
Text Example
White with #55E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9AF; }
p { color: rgb(85,233,175); }
H1.HeaderClassName
{
color: #55E9AF;
}
.AnyTagClassName
{
color: #55E9AF;
}
</style>
background-color css
<style>
a { background-color: #55E9AF; }
a { background-color: rgb(85,233,175); }
div.DivClassName
{
background-color: #55E9AF;
}
.BgClassName
{
background-color: #55E9AF;
}
</style>
border-color css
<style>
span { border-color: #55E9AF; }
span { border-color: rgb(85,233,175); }
td.TdClassName
{
border-color: #55E9AF;
}
.TagClassName
{
border-color: #55E9AF;
}
</style>