Shades of Medium Aquamarine #55FCAC
Tints of Medium Aquamarine #55FCAC
RGB
CMYK
RGB Variations
Color information
#55FCAC (or 0x55FCAC) is known color: Medium Aquamarine. HEX triplet: 55, FC and AC. RGB value is (85,252,172). Sum of RGB (Red+Green+Blue) = 85+252+172=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FCAC is #AA0353. Grayscale: #C1C1C1. Windows color (decimal): -11141972 or 11336789. OLE color: 11336789.
HSL color Cylindrical-coordinate representation of color #55FCAC: hue angle of 151.26º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCAC is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 172 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.01 |
| HSL | 151.26º | 0.97% | 0.66% | - |
| HSV(B) | 151.26º | 0.66% | 0.99% | - |
| XYZ | 46 | 74.53 | 50.99 | - |
| YUV | 192.95 | 116.17 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 172 | 0.66 | 0 | 0.32 | 0.01 | 151.26 | 0.97 | 0.66 |
| Hex | 55 | FC | AC | 42 | 0 | 20 | 1 | 97 | 61 | 42 |
| Octal | 125 | 374 | 254 | 102 | 0 | 40 | 1 | 227 | 141 | 102 |
| Binary | 1010101 | 11111100 | 10101100 | 1000010 | 0 | 100000 | 1 | 10010111 | 1100001 | 1000010 |
Color Harmonies of #55FCAC
Complementary color
Monochromatic Colors of #55FCAC
Black with #55FCAC
Text Example
Text Example
White with #55FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCAC; }
p { color: rgb(85,252,172); }
H1.HeaderClassName
{
color: #55FCAC;
}
.AnyTagClassName
{
color: #55FCAC;
}
</style>
background-color css
<style>
a { background-color: #55FCAC; }
a { background-color: rgb(85,252,172); }
div.DivClassName
{
background-color: #55FCAC;
}
.BgClassName
{
background-color: #55FCAC;
}
</style>
border-color css
<style>
span { border-color: #55FCAC; }
span { border-color: rgb(85,252,172); }
td.TdClassName
{
border-color: #55FCAC;
}
.TagClassName
{
border-color: #55FCAC;
}
</style>