Shades of Medium Aquamarine #65EDB2
Tints of Medium Aquamarine #65EDB2
RGB
CMYK
RGB Variations
Color information
#65EDB2 (or 0x65EDB2) is known color: Medium Aquamarine. HEX triplet: 65, ED and B2. RGB value is (101,237,178). Sum of RGB (Red+Green+Blue) = 101+237+178=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EDB2 is #9A124D. Grayscale: #BDBDBD. Windows color (decimal): -10097230 or 11726181. OLE color: 11726181.
HSL color Cylindrical-coordinate representation of color #65EDB2: hue angle of 153.97º 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 #65EDB2 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 178 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.07 |
| HSL | 153.97º | 0.79% | 0.66% | - |
| HSV(B) | 153.97º | 0.57% | 0.93% | - |
| XYZ | 43.69 | 66.55 | 52.66 | - |
| YUV | 189.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 178 | 0.57 | 0 | 0.25 | 0.07 | 153.97 | 0.79 | 0.66 |
| Hex | 65 | ED | B2 | 39 | 0 | 19 | 7 | 9A | 4F | 42 |
| Octal | 145 | 355 | 262 | 71 | 0 | 31 | 7 | 232 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10110010 | 111001 | 0 | 11001 | 111 | 10011010 | 1001111 | 1000010 |
Color Harmonies of #65EDB2
Complementary color
Monochromatic Colors of #65EDB2
Black with #65EDB2
Text Example
Text Example
White with #65EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDB2; }
p { color: rgb(101,237,178); }
H1.HeaderClassName
{
color: #65EDB2;
}
.AnyTagClassName
{
color: #65EDB2;
}
</style>
background-color css
<style>
a { background-color: #65EDB2; }
a { background-color: rgb(101,237,178); }
div.DivClassName
{
background-color: #65EDB2;
}
.BgClassName
{
background-color: #65EDB2;
}
</style>
border-color css
<style>
span { border-color: #65EDB2; }
span { border-color: rgb(101,237,178); }
td.TdClassName
{
border-color: #65EDB2;
}
.TagClassName
{
border-color: #65EDB2;
}
</style>