Shades of Medium Aquamarine #55CCB0
Tints of Medium Aquamarine #55CCB0
RGB
CMYK
RGB Variations
Color information
#55CCB0 (or 0x55CCB0) is known color: Medium Aquamarine. HEX triplet: 55, CC and B0. RGB value is (85,204,176). Sum of RGB (Red+Green+Blue) = 85+204+176=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCB0 is #AA334F. Grayscale: #A5A5A5. Windows color (decimal): -11154256 or 11586645. OLE color: 11586645.
HSL color Cylindrical-coordinate representation of color #55CCB0: hue angle of 165.88º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCB0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 176 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.2 |
| HSL | 165.88º | 0.54% | 0.57% | - |
| HSV(B) | 165.88º | 0.58% | 0.8% | - |
| XYZ | 33.18 | 48.25 | 48.64 | - |
| YUV | 165.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 176 | 0.58 | 0 | 0.14 | 0.2 | 165.88 | 0.54 | 0.57 |
| Hex | 55 | CC | B0 | 3A | 0 | E | 14 | A6 | 36 | 39 |
| Octal | 125 | 314 | 260 | 72 | 0 | 16 | 24 | 246 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10110000 | 111010 | 0 | 1110 | 10100 | 10100110 | 110110 | 111001 |
Color Harmonies of #55CCB0
Complementary color
Monochromatic Colors of #55CCB0
Black with #55CCB0
Text Example
Text Example
White with #55CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCB0; }
p { color: rgb(85,204,176); }
H1.HeaderClassName
{
color: #55CCB0;
}
.AnyTagClassName
{
color: #55CCB0;
}
</style>
background-color css
<style>
a { background-color: #55CCB0; }
a { background-color: rgb(85,204,176); }
div.DivClassName
{
background-color: #55CCB0;
}
.BgClassName
{
background-color: #55CCB0;
}
</style>
border-color css
<style>
span { border-color: #55CCB0; }
span { border-color: rgb(85,204,176); }
td.TdClassName
{
border-color: #55CCB0;
}
.TagClassName
{
border-color: #55CCB0;
}
</style>