Shades of Medium Aquamarine #55CFAA
Tints of Medium Aquamarine #55CFAA
RGB
CMYK
RGB Variations
Color information
#55CFAA (or 0x55CFAA) is known color: Medium Aquamarine. HEX triplet: 55, CF and AA. RGB value is (85,207,170). Sum of RGB (Red+Green+Blue) = 85+207+170=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFAA is #AA3055. Grayscale: #A6A6A6. Windows color (decimal): -11153494 or 11194197. OLE color: 11194197.
HSL color Cylindrical-coordinate representation of color #55CFAA: hue angle of 161.8º 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 #55CFAA is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 170 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.19 |
| HSL | 161.8º | 0.56% | 0.57% | - |
| HSV(B) | 161.8º | 0.59% | 0.81% | - |
| XYZ | 33.31 | 49.46 | 45.82 | - |
| YUV | 166.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 170 | 0.59 | 0 | 0.18 | 0.19 | 161.8 | 0.56 | 0.57 |
| Hex | 55 | CF | AA | 3B | 0 | 12 | 13 | A2 | 38 | 39 |
| Octal | 125 | 317 | 252 | 73 | 0 | 22 | 23 | 242 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10101010 | 111011 | 0 | 10010 | 10011 | 10100010 | 111000 | 111001 |
Color Harmonies of #55CFAA
Complementary color
Monochromatic Colors of #55CFAA
Black with #55CFAA
Text Example
Text Example
White with #55CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFAA; }
p { color: rgb(85,207,170); }
H1.HeaderClassName
{
color: #55CFAA;
}
.AnyTagClassName
{
color: #55CFAA;
}
</style>
background-color css
<style>
a { background-color: #55CFAA; }
a { background-color: rgb(85,207,170); }
div.DivClassName
{
background-color: #55CFAA;
}
.BgClassName
{
background-color: #55CFAA;
}
</style>
border-color css
<style>
span { border-color: #55CFAA; }
span { border-color: rgb(85,207,170); }
td.TdClassName
{
border-color: #55CFAA;
}
.TagClassName
{
border-color: #55CFAA;
}
</style>