Shades of Medium Aquamarine #65C2AA
Tints of Medium Aquamarine #65C2AA
RGB
CMYK
RGB Variations
Color information
#65C2AA (or 0x65C2AA) is known color: Medium Aquamarine. HEX triplet: 65, C2 and AA. RGB value is (101,194,170). Sum of RGB (Red+Green+Blue) = 101+194+170=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C2AA is #9A3D55. Grayscale: #A3A3A3. Windows color (decimal): -10108246 or 11190885. OLE color: 11190885.
HSL color Cylindrical-coordinate representation of color #65C2AA: hue angle of 164.52º 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 #65C2AA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 170 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.24 |
| HSL | 164.52º | 0.43% | 0.58% | - |
| HSV(B) | 164.52º | 0.48% | 0.76% | - |
| XYZ | 31.91 | 44.25 | 44.89 | - |
| YUV | 163.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 170 | 0.48 | 0 | 0.12 | 0.24 | 164.52 | 0.43 | 0.58 |
| Hex | 65 | C2 | AA | 30 | 0 | C | 18 | A5 | 2B | 3A |
| Octal | 145 | 302 | 252 | 60 | 0 | 14 | 30 | 245 | 53 | 72 |
| Binary | 1100101 | 11000010 | 10101010 | 110000 | 0 | 1100 | 11000 | 10100101 | 101011 | 111010 |
Color Harmonies of #65C2AA
Complementary color
Monochromatic Colors of #65C2AA
Black with #65C2AA
Text Example
Text Example
White with #65C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2AA; }
p { color: rgb(101,194,170); }
H1.HeaderClassName
{
color: #65C2AA;
}
.AnyTagClassName
{
color: #65C2AA;
}
</style>
background-color css
<style>
a { background-color: #65C2AA; }
a { background-color: rgb(101,194,170); }
div.DivClassName
{
background-color: #65C2AA;
}
.BgClassName
{
background-color: #65C2AA;
}
</style>
border-color css
<style>
span { border-color: #65C2AA; }
span { border-color: rgb(101,194,170); }
td.TdClassName
{
border-color: #65C2AA;
}
.TagClassName
{
border-color: #65C2AA;
}
</style>