Shades of Medium Aquamarine #65EBA4
Tints of Medium Aquamarine #65EBA4
RGB
CMYK
RGB Variations
Color information
#65EBA4 (or 0x65EBA4) is known color: Medium Aquamarine. HEX triplet: 65, EB and A4. RGB value is (101,235,164). Sum of RGB (Red+Green+Blue) = 101+235+164=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBA4 is #9A145B. Grayscale: #BABABA. Windows color (decimal): -10097756 or 10808165. OLE color: 10808165.
HSL color Cylindrical-coordinate representation of color #65EBA4: hue angle of 148.21º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBA4 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 235 | 164 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.08 |
| HSL | 148.21º | 0.77% | 0.66% | - |
| HSV(B) | 148.21º | 0.57% | 0.92% | - |
| XYZ | 41.78 | 64.86 | 45.44 | - |
| YUV | 186.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 235 | 164 | 0.57 | 0 | 0.30 | 0.08 | 148.21 | 0.77 | 0.66 |
| Hex | 65 | EB | A4 | 39 | 0 | 1E | 8 | 94 | 4D | 42 |
| Octal | 145 | 353 | 244 | 71 | 0 | 36 | 10 | 224 | 115 | 102 |
| Binary | 1100101 | 11101011 | 10100100 | 111001 | 0 | 11110 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #65EBA4
Complementary color
Monochromatic Colors of #65EBA4
Black with #65EBA4
Text Example
Text Example
White with #65EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EBA4; }
p { color: rgb(101,235,164); }
H1.HeaderClassName
{
color: #65EBA4;
}
.AnyTagClassName
{
color: #65EBA4;
}
</style>
background-color css
<style>
a { background-color: #65EBA4; }
a { background-color: rgb(101,235,164); }
div.DivClassName
{
background-color: #65EBA4;
}
.BgClassName
{
background-color: #65EBA4;
}
</style>
border-color css
<style>
span { border-color: #65EBA4; }
span { border-color: rgb(101,235,164); }
td.TdClassName
{
border-color: #65EBA4;
}
.TagClassName
{
border-color: #65EBA4;
}
</style>