Shades of Medium Aquamarine #65F899
Tints of Medium Aquamarine #65F899
RGB
CMYK
RGB Variations
Color information
#65F899 (or 0x65F899) is known color: Medium Aquamarine. HEX triplet: 65, F8 and 99. RGB value is (101,248,153). Sum of RGB (Red+Green+Blue) = 101+248+153=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #65F899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F899 is #9A0766. Grayscale: #C1C1C1. Windows color (decimal): -10094439 or 10090597. OLE color: 10090597.
HSL color Cylindrical-coordinate representation of color #65F899: hue angle of 141.22º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F899 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 248 | 153 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.03 |
| HSL | 141.22º | 0.91% | 0.68% | - |
| HSV(B) | 141.22º | 0.59% | 0.97% | - |
| XYZ | 44.68 | 72.2 | 41.72 | - |
| YUV | 193.22 | 105.3 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 248 | 153 | 0.59 | 0 | 0.38 | 0.03 | 141.22 | 0.91 | 0.68 |
| Hex | 65 | F8 | 99 | 3B | 0 | 26 | 3 | 8D | 5B | 44 |
| Octal | 145 | 370 | 231 | 73 | 0 | 46 | 3 | 215 | 133 | 104 |
| Binary | 1100101 | 11111000 | 10011001 | 111011 | 0 | 100110 | 11 | 10001101 | 1011011 | 1000100 |
Color Harmonies of #65F899
Complementary color
Monochromatic Colors of #65F899
Black with #65F899
Text Example
Text Example
White with #65F899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F899; }
p { color: rgb(101,248,153); }
H1.HeaderClassName
{
color: #65F899;
}
.AnyTagClassName
{
color: #65F899;
}
</style>
background-color css
<style>
a { background-color: #65F899; }
a { background-color: rgb(101,248,153); }
div.DivClassName
{
background-color: #65F899;
}
.BgClassName
{
background-color: #65F899;
}
</style>
border-color css
<style>
span { border-color: #65F899; }
span { border-color: rgb(101,248,153); }
td.TdClassName
{
border-color: #65F899;
}
.TagClassName
{
border-color: #65F899;
}
</style>