Shades of Medium Aquamarine #55CCB5
Tints of Medium Aquamarine #55CCB5
RGB
CMYK
RGB Variations
Color information
#55CCB5 (or 0x55CCB5) is known color: Medium Aquamarine. HEX triplet: 55, CC and B5. RGB value is (85,204,181). Sum of RGB (Red+Green+Blue) = 85+204+181=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCB5 is #AA334A. Grayscale: #A5A5A5. Windows color (decimal): -11154251 or 11914325. OLE color: 11914325.
HSL color Cylindrical-coordinate representation of color #55CCB5: hue angle of 168.4º 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 #55CCB5 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 181 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.2 |
| HSL | 168.4º | 0.54% | 0.57% | - |
| HSV(B) | 168.4º | 0.58% | 0.8% | - |
| XYZ | 33.68 | 48.45 | 51.29 | - |
| YUV | 165.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 181 | 0.58 | 0 | 0.11 | 0.2 | 168.4 | 0.54 | 0.57 |
| Hex | 55 | CC | B5 | 3A | 0 | B | 14 | A8 | 36 | 39 |
| Octal | 125 | 314 | 265 | 72 | 0 | 13 | 24 | 250 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10110101 | 111010 | 0 | 1011 | 10100 | 10101000 | 110110 | 111001 |
Color Harmonies of #55CCB5
Complementary color
Monochromatic Colors of #55CCB5
Black with #55CCB5
Text Example
Text Example
White with #55CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCB5; }
p { color: rgb(85,204,181); }
H1.HeaderClassName
{
color: #55CCB5;
}
.AnyTagClassName
{
color: #55CCB5;
}
</style>
background-color css
<style>
a { background-color: #55CCB5; }
a { background-color: rgb(85,204,181); }
div.DivClassName
{
background-color: #55CCB5;
}
.BgClassName
{
background-color: #55CCB5;
}
</style>
border-color css
<style>
span { border-color: #55CCB5; }
span { border-color: rgb(85,204,181); }
td.TdClassName
{
border-color: #55CCB5;
}
.TagClassName
{
border-color: #55CCB5;
}
</style>