Shades of Medium Aquamarine #55CBAC
Tints of Medium Aquamarine #55CBAC
RGB
CMYK
RGB Variations
Color information
#55CBAC (or 0x55CBAC) is known color: Medium Aquamarine. HEX triplet: 55, CB and AC. RGB value is (85,203,172). Sum of RGB (Red+Green+Blue) = 85+203+172=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBAC is #AA3453. Grayscale: #A4A4A4. Windows color (decimal): -11154516 or 11324245. OLE color: 11324245.
HSL color Cylindrical-coordinate representation of color #55CBAC: hue angle of 164.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBAC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 172 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.20 |
| HSL | 164.24º | 0.53% | 0.56% | - |
| HSV(B) | 164.24º | 0.58% | 0.8% | - |
| XYZ | 32.55 | 47.62 | 46.51 | - |
| YUV | 164.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 172 | 0.58 | 0 | 0.15 | 0.20 | 164.24 | 0.53 | 0.56 |
| Hex | 55 | CB | AC | 3A | 0 | F | 14 | A4 | 35 | 38 |
| Octal | 125 | 313 | 254 | 72 | 0 | 17 | 24 | 244 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10101100 | 111010 | 0 | 1111 | 10100 | 10100100 | 110101 | 111000 |
Color Harmonies of #55CBAC
Complementary color
Monochromatic Colors of #55CBAC
Black with #55CBAC
Text Example
Text Example
White with #55CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBAC; }
p { color: rgb(85,203,172); }
H1.HeaderClassName
{
color: #55CBAC;
}
.AnyTagClassName
{
color: #55CBAC;
}
</style>
background-color css
<style>
a { background-color: #55CBAC; }
a { background-color: rgb(85,203,172); }
div.DivClassName
{
background-color: #55CBAC;
}
.BgClassName
{
background-color: #55CBAC;
}
</style>
border-color css
<style>
span { border-color: #55CBAC; }
span { border-color: rgb(85,203,172); }
td.TdClassName
{
border-color: #55CBAC;
}
.TagClassName
{
border-color: #55CBAC;
}
</style>