Shades of Medium Aquamarine #55CEAC
Tints of Medium Aquamarine #55CEAC
RGB
CMYK
RGB Variations
Color information
#55CEAC (or 0x55CEAC) is known color: Medium Aquamarine. HEX triplet: 55, CE and AC. RGB value is (85,206,172). Sum of RGB (Red+Green+Blue) = 85+206+172=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAC is #AA3153. Grayscale: #A5A5A5. Windows color (decimal): -11153748 or 11325013. OLE color: 11325013.
HSL color Cylindrical-coordinate representation of color #55CEAC: hue angle of 163.14º 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 #55CEAC is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 172 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.19 |
| HSL | 163.14º | 0.55% | 0.57% | - |
| HSV(B) | 163.14º | 0.59% | 0.81% | - |
| XYZ | 33.26 | 49.05 | 46.74 | - |
| YUV | 165.95 | 131.41 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 172 | 0.59 | 0 | 0.17 | 0.19 | 163.14 | 0.55 | 0.57 |
| Hex | 55 | CE | AC | 3B | 0 | 11 | 13 | A3 | 37 | 39 |
| Octal | 125 | 316 | 254 | 73 | 0 | 21 | 23 | 243 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10101100 | 111011 | 0 | 10001 | 10011 | 10100011 | 110111 | 111001 |
Color Harmonies of #55CEAC
Complementary color
Monochromatic Colors of #55CEAC
Black with #55CEAC
Text Example
Text Example
White with #55CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEAC; }
p { color: rgb(85,206,172); }
H1.HeaderClassName
{
color: #55CEAC;
}
.AnyTagClassName
{
color: #55CEAC;
}
</style>
background-color css
<style>
a { background-color: #55CEAC; }
a { background-color: rgb(85,206,172); }
div.DivClassName
{
background-color: #55CEAC;
}
.BgClassName
{
background-color: #55CEAC;
}
</style>
border-color css
<style>
span { border-color: #55CEAC; }
span { border-color: rgb(85,206,172); }
td.TdClassName
{
border-color: #55CEAC;
}
.TagClassName
{
border-color: #55CEAC;
}
</style>