Shades of Medium Aquamarine #65C1AB
Tints of Medium Aquamarine #65C1AB
RGB
CMYK
RGB Variations
Color information
#65C1AB (or 0x65C1AB) is known color: Medium Aquamarine. HEX triplet: 65, C1 and AB. RGB value is (101,193,171). Sum of RGB (Red+Green+Blue) = 101+193+171=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1AB is #9A3E54. Grayscale: #A2A2A2. Windows color (decimal): -10108501 or 11256165. OLE color: 11256165.
HSL color Cylindrical-coordinate representation of color #65C1AB: hue angle of 165.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C1AB is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 171 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.24 |
| HSL | 165.65º | 0.43% | 0.58% | - |
| HSV(B) | 165.65º | 0.48% | 0.76% | - |
| XYZ | 31.79 | 43.85 | 45.32 | - |
| YUV | 162.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 171 | 0.48 | 0 | 0.11 | 0.24 | 165.65 | 0.43 | 0.58 |
| Hex | 65 | C1 | AB | 30 | 0 | B | 18 | A6 | 2B | 3A |
| Octal | 145 | 301 | 253 | 60 | 0 | 13 | 30 | 246 | 53 | 72 |
| Binary | 1100101 | 11000001 | 10101011 | 110000 | 0 | 1011 | 11000 | 10100110 | 101011 | 111010 |
Color Harmonies of #65C1AB
Complementary color
Monochromatic Colors of #65C1AB
Black with #65C1AB
Text Example
Text Example
White with #65C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1AB; }
p { color: rgb(101,193,171); }
H1.HeaderClassName
{
color: #65C1AB;
}
.AnyTagClassName
{
color: #65C1AB;
}
</style>
background-color css
<style>
a { background-color: #65C1AB; }
a { background-color: rgb(101,193,171); }
div.DivClassName
{
background-color: #65C1AB;
}
.BgClassName
{
background-color: #65C1AB;
}
</style>
border-color css
<style>
span { border-color: #65C1AB; }
span { border-color: rgb(101,193,171); }
td.TdClassName
{
border-color: #65C1AB;
}
.TagClassName
{
border-color: #65C1AB;
}
</style>