Shades of Medium Aquamarine #65EDB0
Tints of Medium Aquamarine #65EDB0
RGB
CMYK
RGB Variations
Color information
#65EDB0 (or 0x65EDB0) is known color: Medium Aquamarine. HEX triplet: 65, ED and B0. RGB value is (101,237,176). Sum of RGB (Red+Green+Blue) = 101+237+176=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EDB0 is #9A124F. Grayscale: #BDBDBD. Windows color (decimal): -10097232 or 11595109. OLE color: 11595109.
HSL color Cylindrical-coordinate representation of color #65EDB0: hue angle of 153.09º 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 #65EDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 176 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.07 |
| HSL | 153.09º | 0.79% | 0.66% | - |
| HSV(B) | 153.09º | 0.57% | 0.93% | - |
| XYZ | 43.49 | 66.47 | 51.61 | - |
| YUV | 189.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 176 | 0.57 | 0 | 0.26 | 0.07 | 153.09 | 0.79 | 0.66 |
| Hex | 65 | ED | B0 | 39 | 0 | 1A | 7 | 99 | 4F | 42 |
| Octal | 145 | 355 | 260 | 71 | 0 | 32 | 7 | 231 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10110000 | 111001 | 0 | 11010 | 111 | 10011001 | 1001111 | 1000010 |
Color Harmonies of #65EDB0
Complementary color
Monochromatic Colors of #65EDB0
Black with #65EDB0
Text Example
Text Example
White with #65EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDB0; }
p { color: rgb(101,237,176); }
H1.HeaderClassName
{
color: #65EDB0;
}
.AnyTagClassName
{
color: #65EDB0;
}
</style>
background-color css
<style>
a { background-color: #65EDB0; }
a { background-color: rgb(101,237,176); }
div.DivClassName
{
background-color: #65EDB0;
}
.BgClassName
{
background-color: #65EDB0;
}
</style>
border-color css
<style>
span { border-color: #65EDB0; }
span { border-color: rgb(101,237,176); }
td.TdClassName
{
border-color: #65EDB0;
}
.TagClassName
{
border-color: #65EDB0;
}
</style>