Shades of Medium Aquamarine #65ED94
Tints of Medium Aquamarine #65ED94
RGB
CMYK
RGB Variations
Color information
#65ED94 (or 0x65ED94) is known color: Medium Aquamarine. HEX triplet: 65, ED and 94. RGB value is (101,237,148). Sum of RGB (Red+Green+Blue) = 101+237+148=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED94 is #9A126B. Grayscale: #BABABA. Windows color (decimal): -10097260 or 9760101. OLE color: 9760101.
HSL color Cylindrical-coordinate representation of color #65ED94: hue angle of 140.74º 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 #65ED94 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 148 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.07 |
| HSL | 140.74º | 0.79% | 0.66% | - |
| HSV(B) | 140.74º | 0.57% | 0.93% | - |
| XYZ | 41 | 65.47 | 38.49 | - |
| YUV | 186.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 148 | 0.57 | 0 | 0.38 | 0.07 | 140.74 | 0.79 | 0.66 |
| Hex | 65 | ED | 94 | 39 | 0 | 26 | 7 | 8D | 4F | 42 |
| Octal | 145 | 355 | 224 | 71 | 0 | 46 | 7 | 215 | 117 | 102 |
| Binary | 1100101 | 11101101 | 10010100 | 111001 | 0 | 100110 | 111 | 10001101 | 1001111 | 1000010 |
Color Harmonies of #65ED94
Complementary color
Monochromatic Colors of #65ED94
Black with #65ED94
Text Example
Text Example
White with #65ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED94; }
p { color: rgb(101,237,148); }
H1.HeaderClassName
{
color: #65ED94;
}
.AnyTagClassName
{
color: #65ED94;
}
</style>
background-color css
<style>
a { background-color: #65ED94; }
a { background-color: rgb(101,237,148); }
div.DivClassName
{
background-color: #65ED94;
}
.BgClassName
{
background-color: #65ED94;
}
</style>
border-color css
<style>
span { border-color: #65ED94; }
span { border-color: rgb(101,237,148); }
td.TdClassName
{
border-color: #65ED94;
}
.TagClassName
{
border-color: #65ED94;
}
</style>