Shades of Medium Aquamarine #55DBB2
Tints of Medium Aquamarine #55DBB2
RGB
CMYK
RGB Variations
Color information
#55DBB2 (or 0x55DBB2) is known color: Medium Aquamarine. HEX triplet: 55, DB and B2. RGB value is (85,219,178). Sum of RGB (Red+Green+Blue) = 85+219+178=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBB2 is #AA244D. Grayscale: #AEAEAE. Windows color (decimal): -11150414 or 11721557. OLE color: 11721557.
HSL color Cylindrical-coordinate representation of color #55DBB2: hue angle of 161.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBB2 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 178 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.14 |
| HSL | 161.64º | 0.65% | 0.6% | - |
| HSV(B) | 161.64º | 0.61% | 0.86% | - |
| XYZ | 37.11 | 55.81 | 50.94 | - |
| YUV | 174.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 178 | 0.61 | 0 | 0.19 | 0.14 | 161.64 | 0.65 | 0.6 |
| Hex | 55 | DB | B2 | 3D | 0 | 13 | E | A2 | 41 | 3C |
| Octal | 125 | 333 | 262 | 75 | 0 | 23 | 16 | 242 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10110010 | 111101 | 0 | 10011 | 1110 | 10100010 | 1000001 | 111100 |
Color Harmonies of #55DBB2
Complementary color
Monochromatic Colors of #55DBB2
Black with #55DBB2
Text Example
Text Example
White with #55DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBB2; }
p { color: rgb(85,219,178); }
H1.HeaderClassName
{
color: #55DBB2;
}
.AnyTagClassName
{
color: #55DBB2;
}
</style>
background-color css
<style>
a { background-color: #55DBB2; }
a { background-color: rgb(85,219,178); }
div.DivClassName
{
background-color: #55DBB2;
}
.BgClassName
{
background-color: #55DBB2;
}
</style>
border-color css
<style>
span { border-color: #55DBB2; }
span { border-color: rgb(85,219,178); }
td.TdClassName
{
border-color: #55DBB2;
}
.TagClassName
{
border-color: #55DBB2;
}
</style>