Shades of Medium Aquamarine #55CEAB
Tints of Medium Aquamarine #55CEAB
RGB
CMYK
RGB Variations
Color information
#55CEAB (or 0x55CEAB) is known color: Medium Aquamarine. HEX triplet: 55, CE and AB. RGB value is (85,206,171). Sum of RGB (Red+Green+Blue) = 85+206+171=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAB is #AA3154. Grayscale: #A5A5A5. Windows color (decimal): -11153749 or 11259477. OLE color: 11259477.
HSL color Cylindrical-coordinate representation of color #55CEAB: hue angle of 162.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 #55CEAB is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 171 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.19 |
| HSL | 162.64º | 0.55% | 0.57% | - |
| HSV(B) | 162.64º | 0.59% | 0.81% | - |
| XYZ | 33.17 | 49.01 | 46.24 | - |
| YUV | 165.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 171 | 0.59 | 0 | 0.17 | 0.19 | 162.64 | 0.55 | 0.57 |
| Hex | 55 | CE | AB | 3B | 0 | 11 | 13 | A3 | 37 | 39 |
| Octal | 125 | 316 | 253 | 73 | 0 | 21 | 23 | 243 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10101011 | 111011 | 0 | 10001 | 10011 | 10100011 | 110111 | 111001 |
Color Harmonies of #55CEAB
Complementary color
Monochromatic Colors of #55CEAB
Black with #55CEAB
Text Example
Text Example
White with #55CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEAB; }
p { color: rgb(85,206,171); }
H1.HeaderClassName
{
color: #55CEAB;
}
.AnyTagClassName
{
color: #55CEAB;
}
</style>
background-color css
<style>
a { background-color: #55CEAB; }
a { background-color: rgb(85,206,171); }
div.DivClassName
{
background-color: #55CEAB;
}
.BgClassName
{
background-color: #55CEAB;
}
</style>
border-color css
<style>
span { border-color: #55CEAB; }
span { border-color: rgb(85,206,171); }
td.TdClassName
{
border-color: #55CEAB;
}
.TagClassName
{
border-color: #55CEAB;
}
</style>