Shades of Medium Aquamarine #65E698
Tints of Medium Aquamarine #65E698
RGB
CMYK
RGB Variations
Color information
#65E698 (or 0x65E698) is known color: Medium Aquamarine. HEX triplet: 65, E6 and 98. RGB value is (101,230,152). Sum of RGB (Red+Green+Blue) = 101+230+152=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #65E698 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E698 is #9A1967. Grayscale: #B6B6B6. Windows color (decimal): -10099048 or 10020453. OLE color: 10020453.
HSL color Cylindrical-coordinate representation of color #65E698: hue angle of 143.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E698 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 152 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.10 |
| HSL | 143.72º | 0.72% | 0.65% | - |
| HSV(B) | 143.72º | 0.56% | 0.9% | - |
| XYZ | 39.33 | 61.63 | 39.53 | - |
| YUV | 182.54 | 110.76 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 152 | 0.56 | 0 | 0.34 | 0.10 | 143.72 | 0.72 | 0.65 |
| Hex | 65 | E6 | 98 | 38 | 0 | 22 | A | 90 | 48 | 41 |
| Octal | 145 | 346 | 230 | 70 | 0 | 42 | 12 | 220 | 110 | 101 |
| Binary | 1100101 | 11100110 | 10011000 | 111000 | 0 | 100010 | 1010 | 10010000 | 1001000 | 1000001 |
Color Harmonies of #65E698
Complementary color
Monochromatic Colors of #65E698
Black with #65E698
Text Example
Text Example
White with #65E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E698; }
p { color: rgb(101,230,152); }
H1.HeaderClassName
{
color: #65E698;
}
.AnyTagClassName
{
color: #65E698;
}
</style>
background-color css
<style>
a { background-color: #65E698; }
a { background-color: rgb(101,230,152); }
div.DivClassName
{
background-color: #65E698;
}
.BgClassName
{
background-color: #65E698;
}
</style>
border-color css
<style>
span { border-color: #65E698; }
span { border-color: rgb(101,230,152); }
td.TdClassName
{
border-color: #65E698;
}
.TagClassName
{
border-color: #65E698;
}
</style>