Shades of Medium Aquamarine #65C5A8
Tints of Medium Aquamarine #65C5A8
RGB
CMYK
RGB Variations
Color information
#65C5A8 (or 0x65C5A8) is known color: Medium Aquamarine. HEX triplet: 65, C5 and A8. RGB value is (101,197,168). Sum of RGB (Red+Green+Blue) = 101+197+168=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C5A8 is #9A3A57. Grayscale: #A5A5A5. Windows color (decimal): -10107480 or 11060581. OLE color: 11060581.
HSL color Cylindrical-coordinate representation of color #65C5A8: hue angle of 161.88º 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 #65C5A8 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 168 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.23 |
| HSL | 161.88º | 0.45% | 0.58% | - |
| HSV(B) | 161.88º | 0.49% | 0.77% | - |
| XYZ | 32.4 | 45.53 | 44.13 | - |
| YUV | 164.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 168 | 0.49 | 0 | 0.15 | 0.23 | 161.88 | 0.45 | 0.58 |
| Hex | 65 | C5 | A8 | 31 | 0 | F | 17 | A2 | 2D | 3A |
| Octal | 145 | 305 | 250 | 61 | 0 | 17 | 27 | 242 | 55 | 72 |
| Binary | 1100101 | 11000101 | 10101000 | 110001 | 0 | 1111 | 10111 | 10100010 | 101101 | 111010 |
Color Harmonies of #65C5A8
Complementary color
Monochromatic Colors of #65C5A8
Black with #65C5A8
Text Example
Text Example
White with #65C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C5A8; }
p { color: rgb(101,197,168); }
H1.HeaderClassName
{
color: #65C5A8;
}
.AnyTagClassName
{
color: #65C5A8;
}
</style>
background-color css
<style>
a { background-color: #65C5A8; }
a { background-color: rgb(101,197,168); }
div.DivClassName
{
background-color: #65C5A8;
}
.BgClassName
{
background-color: #65C5A8;
}
</style>
border-color css
<style>
span { border-color: #65C5A8; }
span { border-color: rgb(101,197,168); }
td.TdClassName
{
border-color: #65C5A8;
}
.TagClassName
{
border-color: #65C5A8;
}
</style>