Shades of Medium Aquamarine #65DD9D
Tints of Medium Aquamarine #65DD9D
RGB
CMYK
RGB Variations
Color information
#65DD9D (or 0x65DD9D) is known color: Medium Aquamarine. HEX triplet: 65, DD and 9D. RGB value is (101,221,157). Sum of RGB (Red+Green+Blue) = 101+221+157=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD9D is #9A2262. Grayscale: #B1B1B1. Windows color (decimal): -10101347 or 10345829. OLE color: 10345829.
HSL color Cylindrical-coordinate representation of color #65DD9D: hue angle of 148º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD9D is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 157 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.13 |
| HSL | 148º | 0.64% | 0.63% | - |
| HSV(B) | 148º | 0.54% | 0.87% | - |
| XYZ | 37.31 | 56.91 | 40.92 | - |
| YUV | 177.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 157 | 0.54 | 0 | 0.29 | 0.13 | 148 | 0.64 | 0.63 |
| Hex | 65 | DD | 9D | 36 | 0 | 1D | D | 94 | 40 | 3F |
| Octal | 145 | 335 | 235 | 66 | 0 | 35 | 15 | 224 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10011101 | 110110 | 0 | 11101 | 1101 | 10010100 | 1000000 | 111111 |
Color Harmonies of #65DD9D
Complementary color
Monochromatic Colors of #65DD9D
Black with #65DD9D
Text Example
Text Example
White with #65DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD9D; }
p { color: rgb(101,221,157); }
H1.HeaderClassName
{
color: #65DD9D;
}
.AnyTagClassName
{
color: #65DD9D;
}
</style>
background-color css
<style>
a { background-color: #65DD9D; }
a { background-color: rgb(101,221,157); }
div.DivClassName
{
background-color: #65DD9D;
}
.BgClassName
{
background-color: #65DD9D;
}
</style>
border-color css
<style>
span { border-color: #65DD9D; }
span { border-color: rgb(101,221,157); }
td.TdClassName
{
border-color: #65DD9D;
}
.TagClassName
{
border-color: #65DD9D;
}
</style>