Shades of Medium Aquamarine #65EC9C
Tints of Medium Aquamarine #65EC9C
RGB
CMYK
RGB Variations
Color information
#65EC9C (or 0x65EC9C) is known color: Medium Aquamarine. HEX triplet: 65, EC and 9C. RGB value is (101,236,156). Sum of RGB (Red+Green+Blue) = 101+236+156=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC9C is #9A1363. Grayscale: #BABABA. Windows color (decimal): -10097508 or 10284133. OLE color: 10284133.
HSL color Cylindrical-coordinate representation of color #65EC9C: hue angle of 144.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EC9C is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 156 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.07 |
| HSL | 144.44º | 0.78% | 0.66% | - |
| HSV(B) | 144.44º | 0.57% | 0.93% | - |
| XYZ | 41.36 | 65.16 | 41.85 | - |
| YUV | 186.52 | 110.77 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 156 | 0.57 | 0 | 0.34 | 0.07 | 144.44 | 0.78 | 0.66 |
| Hex | 65 | EC | 9C | 39 | 0 | 22 | 7 | 90 | 4E | 42 |
| Octal | 145 | 354 | 234 | 71 | 0 | 42 | 7 | 220 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10011100 | 111001 | 0 | 100010 | 111 | 10010000 | 1001110 | 1000010 |
Color Harmonies of #65EC9C
Complementary color
Monochromatic Colors of #65EC9C
Black with #65EC9C
Text Example
Text Example
White with #65EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC9C; }
p { color: rgb(101,236,156); }
H1.HeaderClassName
{
color: #65EC9C;
}
.AnyTagClassName
{
color: #65EC9C;
}
</style>
background-color css
<style>
a { background-color: #65EC9C; }
a { background-color: rgb(101,236,156); }
div.DivClassName
{
background-color: #65EC9C;
}
.BgClassName
{
background-color: #65EC9C;
}
</style>
border-color css
<style>
span { border-color: #65EC9C; }
span { border-color: rgb(101,236,156); }
td.TdClassName
{
border-color: #65EC9C;
}
.TagClassName
{
border-color: #65EC9C;
}
</style>