Shades of Medium Aquamarine #65EC98
Tints of Medium Aquamarine #65EC98
RGB
CMYK
RGB Variations
Color information
#65EC98 (or 0x65EC98) is known color: Medium Aquamarine. HEX triplet: 65, EC and 98. RGB value is (101,236,152). Sum of RGB (Red+Green+Blue) = 101+236+152=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC98 is #9A1367. Grayscale: #BABABA. Windows color (decimal): -10097512 or 10021989. OLE color: 10021989.
HSL color Cylindrical-coordinate representation of color #65EC98: hue angle of 142.67º degrees, saturation: 0.78, 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 #65EC98 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 152 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.07 |
| HSL | 142.67º | 0.78% | 0.66% | - |
| HSV(B) | 142.67º | 0.57% | 0.93% | - |
| XYZ | 41.03 | 65.02 | 40.09 | - |
| YUV | 186.06 | 108.77 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 152 | 0.57 | 0 | 0.36 | 0.07 | 142.67 | 0.78 | 0.66 |
| Hex | 65 | EC | 98 | 39 | 0 | 24 | 7 | 8F | 4E | 42 |
| Octal | 145 | 354 | 230 | 71 | 0 | 44 | 7 | 217 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10011000 | 111001 | 0 | 100100 | 111 | 10001111 | 1001110 | 1000010 |
Color Harmonies of #65EC98
Complementary color
Monochromatic Colors of #65EC98
Black with #65EC98
Text Example
Text Example
White with #65EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EC98; }
p { color: rgb(101,236,152); }
H1.HeaderClassName
{
color: #65EC98;
}
.AnyTagClassName
{
color: #65EC98;
}
</style>
background-color css
<style>
a { background-color: #65EC98; }
a { background-color: rgb(101,236,152); }
div.DivClassName
{
background-color: #65EC98;
}
.BgClassName
{
background-color: #65EC98;
}
</style>
border-color css
<style>
span { border-color: #65EC98; }
span { border-color: rgb(101,236,152); }
td.TdClassName
{
border-color: #65EC98;
}
.TagClassName
{
border-color: #65EC98;
}
</style>