Shades of Medium Aquamarine #65C1A9
Tints of Medium Aquamarine #65C1A9
RGB
CMYK
RGB Variations
Color information
#65C1A9 (or 0x65C1A9) is known color: Medium Aquamarine. HEX triplet: 65, C1 and A9. RGB value is (101,193,169). Sum of RGB (Red+Green+Blue) = 101+193+169=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1A9 is #9A3E56. Grayscale: #A2A2A2. Windows color (decimal): -10108503 or 11125093. OLE color: 11125093.
HSL color Cylindrical-coordinate representation of color #65C1A9: hue angle of 164.35º 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 #65C1A9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 169 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.24 |
| HSL | 164.35º | 0.43% | 0.58% | - |
| HSV(B) | 164.35º | 0.48% | 0.76% | - |
| XYZ | 31.6 | 43.77 | 44.32 | - |
| YUV | 162.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 169 | 0.48 | 0 | 0.12 | 0.24 | 164.35 | 0.43 | 0.58 |
| Hex | 65 | C1 | A9 | 30 | 0 | C | 18 | A4 | 2B | 3A |
| Octal | 145 | 301 | 251 | 60 | 0 | 14 | 30 | 244 | 53 | 72 |
| Binary | 1100101 | 11000001 | 10101001 | 110000 | 0 | 1100 | 11000 | 10100100 | 101011 | 111010 |
Color Harmonies of #65C1A9
Complementary color
Monochromatic Colors of #65C1A9
Black with #65C1A9
Text Example
Text Example
White with #65C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1A9; }
p { color: rgb(101,193,169); }
H1.HeaderClassName
{
color: #65C1A9;
}
.AnyTagClassName
{
color: #65C1A9;
}
</style>
background-color css
<style>
a { background-color: #65C1A9; }
a { background-color: rgb(101,193,169); }
div.DivClassName
{
background-color: #65C1A9;
}
.BgClassName
{
background-color: #65C1A9;
}
</style>
border-color css
<style>
span { border-color: #65C1A9; }
span { border-color: rgb(101,193,169); }
td.TdClassName
{
border-color: #65C1A9;
}
.TagClassName
{
border-color: #65C1A9;
}
</style>