Shades of Medium Aquamarine #55CFA3
Tints of Medium Aquamarine #55CFA3
RGB
CMYK
RGB Variations
Color information
#55CFA3 (or 0x55CFA3) is known color: Medium Aquamarine. HEX triplet: 55, CF and A3. RGB value is (85,207,163). Sum of RGB (Red+Green+Blue) = 85+207+163=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFA3 is #AA305C. Grayscale: #A5A5A5. Windows color (decimal): -11153501 or 10735445. OLE color: 10735445.
HSL color Cylindrical-coordinate representation of color #55CFA3: hue angle of 158.36º 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 #55CFA3 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 163 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.19 |
| HSL | 158.36º | 0.56% | 0.57% | - |
| HSV(B) | 158.36º | 0.59% | 0.81% | - |
| XYZ | 32.67 | 49.2 | 42.43 | - |
| YUV | 165.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 163 | 0.59 | 0 | 0.21 | 0.19 | 158.36 | 0.56 | 0.57 |
| Hex | 55 | CF | A3 | 3B | 0 | 15 | 13 | 9E | 38 | 39 |
| Octal | 125 | 317 | 243 | 73 | 0 | 25 | 23 | 236 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10100011 | 111011 | 0 | 10101 | 10011 | 10011110 | 111000 | 111001 |
Color Harmonies of #55CFA3
Complementary color
Monochromatic Colors of #55CFA3
Black with #55CFA3
Text Example
Text Example
White with #55CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFA3; }
p { color: rgb(85,207,163); }
H1.HeaderClassName
{
color: #55CFA3;
}
.AnyTagClassName
{
color: #55CFA3;
}
</style>
background-color css
<style>
a { background-color: #55CFA3; }
a { background-color: rgb(85,207,163); }
div.DivClassName
{
background-color: #55CFA3;
}
.BgClassName
{
background-color: #55CFA3;
}
</style>
border-color css
<style>
span { border-color: #55CFA3; }
span { border-color: rgb(85,207,163); }
td.TdClassName
{
border-color: #55CFA3;
}
.TagClassName
{
border-color: #55CFA3;
}
</style>