Shades of Medium Aquamarine #55DAB0
Tints of Medium Aquamarine #55DAB0
RGB
CMYK
RGB Variations
Color information
#55DAB0 (or 0x55DAB0) is known color: Medium Aquamarine. HEX triplet: 55, DA and B0. RGB value is (85,218,176). Sum of RGB (Red+Green+Blue) = 85+218+176=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DAB0 is #AA254F. Grayscale: #ADADAD. Windows color (decimal): -11150672 or 11590229. OLE color: 11590229.
HSL color Cylindrical-coordinate representation of color #55DAB0: hue angle of 161.05º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DAB0 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 176 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.15 |
| HSL | 161.05º | 0.64% | 0.59% | - |
| HSV(B) | 161.05º | 0.61% | 0.85% | - |
| XYZ | 36.65 | 55.21 | 49.8 | - |
| YUV | 173.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 176 | 0.61 | 0 | 0.19 | 0.15 | 161.05 | 0.64 | 0.59 |
| Hex | 55 | DA | B0 | 3D | 0 | 13 | F | A1 | 40 | 3B |
| Octal | 125 | 332 | 260 | 75 | 0 | 23 | 17 | 241 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10110000 | 111101 | 0 | 10011 | 1111 | 10100001 | 1000000 | 111011 |
Color Harmonies of #55DAB0
Complementary color
Monochromatic Colors of #55DAB0
Black with #55DAB0
Text Example
Text Example
White with #55DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAB0; }
p { color: rgb(85,218,176); }
H1.HeaderClassName
{
color: #55DAB0;
}
.AnyTagClassName
{
color: #55DAB0;
}
</style>
background-color css
<style>
a { background-color: #55DAB0; }
a { background-color: rgb(85,218,176); }
div.DivClassName
{
background-color: #55DAB0;
}
.BgClassName
{
background-color: #55DAB0;
}
</style>
border-color css
<style>
span { border-color: #55DAB0; }
span { border-color: rgb(85,218,176); }
td.TdClassName
{
border-color: #55DAB0;
}
.TagClassName
{
border-color: #55DAB0;
}
</style>