Shades of Medium Aquamarine #55DEA7
Tints of Medium Aquamarine #55DEA7
RGB
CMYK
RGB Variations
Color information
#55DEA7 (or 0x55DEA7) is known color: Medium Aquamarine. HEX triplet: 55, DE and A7. RGB value is (85,222,167). Sum of RGB (Red+Green+Blue) = 85+222+167=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA7 is #AA2158. Grayscale: #AEAEAE. Windows color (decimal): -11149657 or 11001429. OLE color: 11001429.
HSL color Cylindrical-coordinate representation of color #55DEA7: hue angle of 155.91º 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 #55DEA7 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 167 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.13 |
| HSL | 155.91º | 0.67% | 0.6% | - |
| HSV(B) | 155.91º | 0.62% | 0.87% | - |
| XYZ | 36.84 | 56.96 | 45.61 | - |
| YUV | 174.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 167 | 0.62 | 0 | 0.25 | 0.13 | 155.91 | 0.67 | 0.6 |
| Hex | 55 | DE | A7 | 3E | 0 | 19 | D | 9C | 43 | 3C |
| Octal | 125 | 336 | 247 | 76 | 0 | 31 | 15 | 234 | 103 | 74 |
| Binary | 1010101 | 11011110 | 10100111 | 111110 | 0 | 11001 | 1101 | 10011100 | 1000011 | 111100 |
Color Harmonies of #55DEA7
Complementary color
Monochromatic Colors of #55DEA7
Black with #55DEA7
Text Example
Text Example
White with #55DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEA7; }
p { color: rgb(85,222,167); }
H1.HeaderClassName
{
color: #55DEA7;
}
.AnyTagClassName
{
color: #55DEA7;
}
</style>
background-color css
<style>
a { background-color: #55DEA7; }
a { background-color: rgb(85,222,167); }
div.DivClassName
{
background-color: #55DEA7;
}
.BgClassName
{
background-color: #55DEA7;
}
</style>
border-color css
<style>
span { border-color: #55DEA7; }
span { border-color: rgb(85,222,167); }
td.TdClassName
{
border-color: #55DEA7;
}
.TagClassName
{
border-color: #55DEA7;
}
</style>