Shades of Medium Aquamarine #65C5AF
Tints of Medium Aquamarine #65C5AF
RGB
CMYK
RGB Variations
Color information
#65C5AF (or 0x65C5AF) is known color: Medium Aquamarine. HEX triplet: 65, C5 and AF. RGB value is (101,197,175). Sum of RGB (Red+Green+Blue) = 101+197+175=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C5AF is #9A3A50. Grayscale: #A5A5A5. Windows color (decimal): -10107473 or 11519333. OLE color: 11519333.
HSL color Cylindrical-coordinate representation of color #65C5AF: hue angle of 166.25º 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 #65C5AF is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 175 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.23 |
| HSL | 166.25º | 0.45% | 0.58% | - |
| HSV(B) | 166.25º | 0.49% | 0.77% | - |
| XYZ | 33.07 | 45.79 | 47.65 | - |
| YUV | 165.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 175 | 0.49 | 0 | 0.11 | 0.23 | 166.25 | 0.45 | 0.58 |
| Hex | 65 | C5 | AF | 31 | 0 | B | 17 | A6 | 2D | 3A |
| Octal | 145 | 305 | 257 | 61 | 0 | 13 | 27 | 246 | 55 | 72 |
| Binary | 1100101 | 11000101 | 10101111 | 110001 | 0 | 1011 | 10111 | 10100110 | 101101 | 111010 |
Color Harmonies of #65C5AF
Complementary color
Monochromatic Colors of #65C5AF
Black with #65C5AF
Text Example
Text Example
White with #65C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5AF; }
p { color: rgb(101,197,175); }
H1.HeaderClassName
{
color: #65C5AF;
}
.AnyTagClassName
{
color: #65C5AF;
}
</style>
background-color css
<style>
a { background-color: #65C5AF; }
a { background-color: rgb(101,197,175); }
div.DivClassName
{
background-color: #65C5AF;
}
.BgClassName
{
background-color: #65C5AF;
}
</style>
border-color css
<style>
span { border-color: #65C5AF; }
span { border-color: rgb(101,197,175); }
td.TdClassName
{
border-color: #65C5AF;
}
.TagClassName
{
border-color: #65C5AF;
}
</style>