Shades of Medium Aquamarine #55DEAB
Tints of Medium Aquamarine #55DEAB
RGB
CMYK
RGB Variations
Color information
#55DEAB (or 0x55DEAB) is known color: Medium Aquamarine. HEX triplet: 55, DE and AB. RGB value is (85,222,171). Sum of RGB (Red+Green+Blue) = 85+222+171=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEAB is #AA2154. Grayscale: #AFAFAF. Windows color (decimal): -11149653 or 11263573. OLE color: 11263573.
HSL color Cylindrical-coordinate representation of color #55DEAB: hue angle of 157.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEAB is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 171 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.13 |
| HSL | 157.66º | 0.67% | 0.6% | - |
| HSV(B) | 157.66º | 0.62% | 0.87% | - |
| XYZ | 37.22 | 57.11 | 47.59 | - |
| YUV | 175.22 | 125.61 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 171 | 0.62 | 0 | 0.23 | 0.13 | 157.66 | 0.67 | 0.6 |
| Hex | 55 | DE | AB | 3E | 0 | 17 | D | 9E | 43 | 3C |
| Octal | 125 | 336 | 253 | 76 | 0 | 27 | 15 | 236 | 103 | 74 |
| Binary | 1010101 | 11011110 | 10101011 | 111110 | 0 | 10111 | 1101 | 10011110 | 1000011 | 111100 |
Color Harmonies of #55DEAB
Complementary color
Monochromatic Colors of #55DEAB
Black with #55DEAB
Text Example
Text Example
White with #55DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEAB; }
p { color: rgb(85,222,171); }
H1.HeaderClassName
{
color: #55DEAB;
}
.AnyTagClassName
{
color: #55DEAB;
}
</style>
background-color css
<style>
a { background-color: #55DEAB; }
a { background-color: rgb(85,222,171); }
div.DivClassName
{
background-color: #55DEAB;
}
.BgClassName
{
background-color: #55DEAB;
}
</style>
border-color css
<style>
span { border-color: #55DEAB; }
span { border-color: rgb(85,222,171); }
td.TdClassName
{
border-color: #55DEAB;
}
.TagClassName
{
border-color: #55DEAB;
}
</style>