Shades of Medium Aquamarine #65ED9F
Tints of Medium Aquamarine #65ED9F
RGB
CMYK
RGB Variations
Color information
#65ED9F (or 0x65ED9F) is known color: Medium Aquamarine. HEX triplet: 65, ED and 9F. RGB value is (101,237,159). Sum of RGB (Red+Green+Blue) = 101+237+159=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED9F is #9A1260. Grayscale: #BBBBBB. Windows color (decimal): -10097249 or 10480997. OLE color: 10480997.
HSL color Cylindrical-coordinate representation of color #65ED9F: hue angle of 145.59º degrees, saturation: 0.79, 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 #65ED9F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 159 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.07 |
| HSL | 145.59º | 0.79% | 0.66% | - |
| HSV(B) | 145.59º | 0.57% | 0.93% | - |
| XYZ | 41.91 | 65.84 | 43.3 | - |
| YUV | 187.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 159 | 0.57 | 0 | 0.33 | 0.07 | 145.59 | 0.79 | 0.66 |
| Hex | 65 | ED | 9F | 39 | 0 | 21 | 7 | 92 | 4F | 42 |
| Octal | 145 | 355 | 237 | 71 | 0 | 41 | 7 | 222 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10011111 | 111001 | 0 | 100001 | 111 | 10010010 | 1001111 | 1000010 |
Color Harmonies of #65ED9F
Complementary color
Monochromatic Colors of #65ED9F
Black with #65ED9F
Text Example
Text Example
White with #65ED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED9F; }
p { color: rgb(101,237,159); }
H1.HeaderClassName
{
color: #65ED9F;
}
.AnyTagClassName
{
color: #65ED9F;
}
</style>
background-color css
<style>
a { background-color: #65ED9F; }
a { background-color: rgb(101,237,159); }
div.DivClassName
{
background-color: #65ED9F;
}
.BgClassName
{
background-color: #65ED9F;
}
</style>
border-color css
<style>
span { border-color: #65ED9F; }
span { border-color: rgb(101,237,159); }
td.TdClassName
{
border-color: #65ED9F;
}
.TagClassName
{
border-color: #65ED9F;
}
</style>