Shades of Medium Aquamarine #65F698
Tints of Medium Aquamarine #65F698
RGB
CMYK
RGB Variations
Color information
#65F698 (or 0x65F698) is known color: Medium Aquamarine. HEX triplet: 65, F6 and 98. RGB value is (101,246,152). Sum of RGB (Red+Green+Blue) = 101+246+152=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #65F698 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F698 is #9A0967. Grayscale: #C0C0C0. Windows color (decimal): -10094952 or 10024549. OLE color: 10024549.
HSL color Cylindrical-coordinate representation of color #65F698: hue angle of 141.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F698 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 246 | 152 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.04 |
| HSL | 141.1º | 0.89% | 0.68% | - |
| HSV(B) | 141.1º | 0.59% | 0.96% | - |
| XYZ | 43.99 | 70.95 | 41.08 | - |
| YUV | 191.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 246 | 152 | 0.59 | 0 | 0.38 | 0.04 | 141.1 | 0.89 | 0.68 |
| Hex | 65 | F6 | 98 | 3B | 0 | 26 | 4 | 8D | 59 | 44 |
| Octal | 145 | 366 | 230 | 73 | 0 | 46 | 4 | 215 | 131 | 104 |
| Binary | 1100101 | 11110110 | 10011000 | 111011 | 0 | 100110 | 100 | 10001101 | 1011001 | 1000100 |
Color Harmonies of #65F698
Complementary color
Monochromatic Colors of #65F698
Black with #65F698
Text Example
Text Example
White with #65F698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F698; }
p { color: rgb(101,246,152); }
H1.HeaderClassName
{
color: #65F698;
}
.AnyTagClassName
{
color: #65F698;
}
</style>
background-color css
<style>
a { background-color: #65F698; }
a { background-color: rgb(101,246,152); }
div.DivClassName
{
background-color: #65F698;
}
.BgClassName
{
background-color: #65F698;
}
</style>
border-color css
<style>
span { border-color: #65F698; }
span { border-color: rgb(101,246,152); }
td.TdClassName
{
border-color: #65F698;
}
.TagClassName
{
border-color: #65F698;
}
</style>