Shades of Medium Aquamarine #55CEAD
Tints of Medium Aquamarine #55CEAD
RGB
CMYK
RGB Variations
Color information
#55CEAD (or 0x55CEAD) is known color: Medium Aquamarine. HEX triplet: 55, CE and AD. RGB value is (85,206,173). Sum of RGB (Red+Green+Blue) = 85+206+173=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAD is #AA3152. Grayscale: #A6A6A6. Windows color (decimal): -11153747 or 11390549. OLE color: 11390549.
HSL color Cylindrical-coordinate representation of color #55CEAD: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEAD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 173 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.19 |
| HSL | 163.64º | 0.55% | 0.57% | - |
| HSV(B) | 163.64º | 0.59% | 0.81% | - |
| XYZ | 33.36 | 49.09 | 47.25 | - |
| YUV | 166.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 173 | 0.59 | 0 | 0.16 | 0.19 | 163.64 | 0.55 | 0.57 |
| Hex | 55 | CE | AD | 3B | 0 | 10 | 13 | A4 | 37 | 39 |
| Octal | 125 | 316 | 255 | 73 | 0 | 20 | 23 | 244 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10101101 | 111011 | 0 | 10000 | 10011 | 10100100 | 110111 | 111001 |
Color Harmonies of #55CEAD
Complementary color
Monochromatic Colors of #55CEAD
Black with #55CEAD
Text Example
Text Example
White with #55CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEAD; }
p { color: rgb(85,206,173); }
H1.HeaderClassName
{
color: #55CEAD;
}
.AnyTagClassName
{
color: #55CEAD;
}
</style>
background-color css
<style>
a { background-color: #55CEAD; }
a { background-color: rgb(85,206,173); }
div.DivClassName
{
background-color: #55CEAD;
}
.BgClassName
{
background-color: #55CEAD;
}
</style>
border-color css
<style>
span { border-color: #55CEAD; }
span { border-color: rgb(85,206,173); }
td.TdClassName
{
border-color: #55CEAD;
}
.TagClassName
{
border-color: #55CEAD;
}
</style>