Shades of Medium Aquamarine #65C5AE
Tints of Medium Aquamarine #65C5AE
RGB
CMYK
RGB Variations
Color information
#65C5AE (or 0x65C5AE) is known color: Medium Aquamarine. HEX triplet: 65, C5 and AE. RGB value is (101,197,174). Sum of RGB (Red+Green+Blue) = 101+197+174=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C5AE is #9A3A51. Grayscale: #A5A5A5. Windows color (decimal): -10107474 or 11453797. OLE color: 11453797.
HSL color Cylindrical-coordinate representation of color #65C5AE: hue angle of 165.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C5AE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 174 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.23 |
| HSL | 165.63º | 0.45% | 0.58% | - |
| HSV(B) | 165.63º | 0.49% | 0.77% | - |
| XYZ | 32.97 | 45.76 | 47.14 | - |
| YUV | 165.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 174 | 0.49 | 0 | 0.12 | 0.23 | 165.63 | 0.45 | 0.58 |
| Hex | 65 | C5 | AE | 31 | 0 | C | 17 | A6 | 2D | 3A |
| Octal | 145 | 305 | 256 | 61 | 0 | 14 | 27 | 246 | 55 | 72 |
| Binary | 1100101 | 11000101 | 10101110 | 110001 | 0 | 1100 | 10111 | 10100110 | 101101 | 111010 |
Color Harmonies of #65C5AE
Complementary color
Monochromatic Colors of #65C5AE
Black with #65C5AE
Text Example
Text Example
White with #65C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5AE; }
p { color: rgb(101,197,174); }
H1.HeaderClassName
{
color: #65C5AE;
}
.AnyTagClassName
{
color: #65C5AE;
}
</style>
background-color css
<style>
a { background-color: #65C5AE; }
a { background-color: rgb(101,197,174); }
div.DivClassName
{
background-color: #65C5AE;
}
.BgClassName
{
background-color: #65C5AE;
}
</style>
border-color css
<style>
span { border-color: #65C5AE; }
span { border-color: rgb(101,197,174); }
td.TdClassName
{
border-color: #65C5AE;
}
.TagClassName
{
border-color: #65C5AE;
}
</style>