Shades of Medium Aquamarine #65DE9D
Tints of Medium Aquamarine #65DE9D
RGB
CMYK
RGB Variations
Color information
#65DE9D (or 0x65DE9D) is known color: Medium Aquamarine. HEX triplet: 65, DE and 9D. RGB value is (101,222,157). Sum of RGB (Red+Green+Blue) = 101+222+157=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DE9D is #9A2162. Grayscale: #B2B2B2. Windows color (decimal): -10101091 or 10346085. OLE color: 10346085.
HSL color Cylindrical-coordinate representation of color #65DE9D: hue angle of 147.77º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DE9D is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 157 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.13 |
| HSL | 147.77º | 0.65% | 0.63% | - |
| HSV(B) | 147.77º | 0.55% | 0.87% | - |
| XYZ | 37.57 | 57.44 | 41.01 | - |
| YUV | 178.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 157 | 0.55 | 0 | 0.29 | 0.13 | 147.77 | 0.65 | 0.63 |
| Hex | 65 | DE | 9D | 37 | 0 | 1D | D | 94 | 41 | 3F |
| Octal | 145 | 336 | 235 | 67 | 0 | 35 | 15 | 224 | 101 | 77 |
| Binary | 1100101 | 11011110 | 10011101 | 110111 | 0 | 11101 | 1101 | 10010100 | 1000001 | 111111 |
Color Harmonies of #65DE9D
Complementary color
Monochromatic Colors of #65DE9D
Black with #65DE9D
Text Example
Text Example
White with #65DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DE9D; }
p { color: rgb(101,222,157); }
H1.HeaderClassName
{
color: #65DE9D;
}
.AnyTagClassName
{
color: #65DE9D;
}
</style>
background-color css
<style>
a { background-color: #65DE9D; }
a { background-color: rgb(101,222,157); }
div.DivClassName
{
background-color: #65DE9D;
}
.BgClassName
{
background-color: #65DE9D;
}
</style>
border-color css
<style>
span { border-color: #65DE9D; }
span { border-color: rgb(101,222,157); }
td.TdClassName
{
border-color: #65DE9D;
}
.TagClassName
{
border-color: #65DE9D;
}
</style>