Shades of Medium Aquamarine #65C9A1
Tints of Medium Aquamarine #65C9A1
RGB
CMYK
RGB Variations
Color information
#65C9A1 (or 0x65C9A1) is known color: Medium Aquamarine. HEX triplet: 65, C9 and A1. RGB value is (101,201,161). Sum of RGB (Red+Green+Blue) = 101+201+161=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #65C9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C9A1 is #9A365E. Grayscale: #A6A6A6. Windows color (decimal): -10106463 or 10602853. OLE color: 10602853.
HSL color Cylindrical-coordinate representation of color #65C9A1: hue angle of 156º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C9A1 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 161 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.21 |
| HSL | 156º | 0.48% | 0.59% | - |
| HSV(B) | 156º | 0.5% | 0.79% | - |
| XYZ | 32.69 | 47.11 | 41.09 | - |
| YUV | 166.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 161 | 0.50 | 0 | 0.20 | 0.21 | 156 | 0.48 | 0.59 |
| Hex | 65 | C9 | A1 | 32 | 0 | 14 | 15 | 9C | 30 | 3B |
| Octal | 145 | 311 | 241 | 62 | 0 | 24 | 25 | 234 | 60 | 73 |
| Binary | 1100101 | 11001001 | 10100001 | 110010 | 0 | 10100 | 10101 | 10011100 | 110000 | 111011 |
Color Harmonies of #65C9A1
Complementary color
Monochromatic Colors of #65C9A1
Black with #65C9A1
Text Example
Text Example
White with #65C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C9A1; }
p { color: rgb(101,201,161); }
H1.HeaderClassName
{
color: #65C9A1;
}
.AnyTagClassName
{
color: #65C9A1;
}
</style>
background-color css
<style>
a { background-color: #65C9A1; }
a { background-color: rgb(101,201,161); }
div.DivClassName
{
background-color: #65C9A1;
}
.BgClassName
{
background-color: #65C9A1;
}
</style>
border-color css
<style>
span { border-color: #65C9A1; }
span { border-color: rgb(101,201,161); }
td.TdClassName
{
border-color: #65C9A1;
}
.TagClassName
{
border-color: #65C9A1;
}
</style>