Shades of Medium Aquamarine #55CFAC
Tints of Medium Aquamarine #55CFAC
RGB
CMYK
RGB Variations
Color information
#55CFAC (or 0x55CFAC) is known color: Medium Aquamarine. HEX triplet: 55, CF and AC. RGB value is (85,207,172). Sum of RGB (Red+Green+Blue) = 85+207+172=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFAC is #AA3053. Grayscale: #A6A6A6. Windows color (decimal): -11153492 or 11325269. OLE color: 11325269.
HSL color Cylindrical-coordinate representation of color #55CFAC: hue angle of 162.79º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFAC is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 172 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.19 |
| HSL | 162.79º | 0.56% | 0.57% | - |
| HSV(B) | 162.79º | 0.59% | 0.81% | - |
| XYZ | 33.51 | 49.54 | 46.83 | - |
| YUV | 166.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 172 | 0.59 | 0 | 0.17 | 0.19 | 162.79 | 0.56 | 0.57 |
| Hex | 55 | CF | AC | 3B | 0 | 11 | 13 | A3 | 38 | 39 |
| Octal | 125 | 317 | 254 | 73 | 0 | 21 | 23 | 243 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10101100 | 111011 | 0 | 10001 | 10011 | 10100011 | 111000 | 111001 |
Color Harmonies of #55CFAC
Complementary color
Monochromatic Colors of #55CFAC
Black with #55CFAC
Text Example
Text Example
White with #55CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFAC; }
p { color: rgb(85,207,172); }
H1.HeaderClassName
{
color: #55CFAC;
}
.AnyTagClassName
{
color: #55CFAC;
}
</style>
background-color css
<style>
a { background-color: #55CFAC; }
a { background-color: rgb(85,207,172); }
div.DivClassName
{
background-color: #55CFAC;
}
.BgClassName
{
background-color: #55CFAC;
}
</style>
border-color css
<style>
span { border-color: #55CFAC; }
span { border-color: rgb(85,207,172); }
td.TdClassName
{
border-color: #55CFAC;
}
.TagClassName
{
border-color: #55CFAC;
}
</style>