Shades of Medium Aquamarine #65EC99
Tints of Medium Aquamarine #65EC99
RGB
CMYK
RGB Variations
Color information
#65EC99 (or 0x65EC99) is known color: Medium Aquamarine. HEX triplet: 65, EC and 99. RGB value is (101,236,153). Sum of RGB (Red+Green+Blue) = 101+236+153=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC99 is #9A1366. Grayscale: #BABABA. Windows color (decimal): -10097511 or 10087525. OLE color: 10087525.
HSL color Cylindrical-coordinate representation of color #65EC99: hue angle of 143.11º 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 #65EC99 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 153 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.07 |
| HSL | 143.11º | 0.78% | 0.66% | - |
| HSV(B) | 143.11º | 0.57% | 0.93% | - |
| XYZ | 41.11 | 65.06 | 40.53 | - |
| YUV | 186.17 | 109.27 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 153 | 0.57 | 0 | 0.35 | 0.07 | 143.11 | 0.78 | 0.66 |
| Hex | 65 | EC | 99 | 39 | 0 | 23 | 7 | 8F | 4E | 42 |
| Octal | 145 | 354 | 231 | 71 | 0 | 43 | 7 | 217 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10011001 | 111001 | 0 | 100011 | 111 | 10001111 | 1001110 | 1000010 |
Color Harmonies of #65EC99
Complementary color
Monochromatic Colors of #65EC99
Black with #65EC99
Text Example
Text Example
White with #65EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC99; }
p { color: rgb(101,236,153); }
H1.HeaderClassName
{
color: #65EC99;
}
.AnyTagClassName
{
color: #65EC99;
}
</style>
background-color css
<style>
a { background-color: #65EC99; }
a { background-color: rgb(101,236,153); }
div.DivClassName
{
background-color: #65EC99;
}
.BgClassName
{
background-color: #65EC99;
}
</style>
border-color css
<style>
span { border-color: #65EC99; }
span { border-color: rgb(101,236,153); }
td.TdClassName
{
border-color: #65EC99;
}
.TagClassName
{
border-color: #65EC99;
}
</style>