Shades of Medium Aquamarine #65D899
Tints of Medium Aquamarine #65D899
RGB
CMYK
RGB Variations
Color information
#65D899 (or 0x65D899) is known color: Medium Aquamarine. HEX triplet: 65, D8 and 99. RGB value is (101,216,153). Sum of RGB (Red+Green+Blue) = 101+216+153=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #65D899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D899 is #9A2766. Grayscale: #AEAEAE. Windows color (decimal): -10102631 or 10082405. OLE color: 10082405.
HSL color Cylindrical-coordinate representation of color #65D899: hue angle of 147.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D899 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 153 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.15 |
| HSL | 147.13º | 0.6% | 0.62% | - |
| HSV(B) | 147.13º | 0.53% | 0.85% | - |
| XYZ | 35.67 | 54.18 | 38.71 | - |
| YUV | 174.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 153 | 0.53 | 0 | 0.29 | 0.15 | 147.13 | 0.6 | 0.62 |
| Hex | 65 | D8 | 99 | 35 | 0 | 1D | F | 93 | 3C | 3E |
| Octal | 145 | 330 | 231 | 65 | 0 | 35 | 17 | 223 | 74 | 76 |
| Binary | 1100101 | 11011000 | 10011001 | 110101 | 0 | 11101 | 1111 | 10010011 | 111100 | 111110 |
Color Harmonies of #65D899
Complementary color
Monochromatic Colors of #65D899
Black with #65D899
Text Example
Text Example
White with #65D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D899; }
p { color: rgb(101,216,153); }
H1.HeaderClassName
{
color: #65D899;
}
.AnyTagClassName
{
color: #65D899;
}
</style>
background-color css
<style>
a { background-color: #65D899; }
a { background-color: rgb(101,216,153); }
div.DivClassName
{
background-color: #65D899;
}
.BgClassName
{
background-color: #65D899;
}
</style>
border-color css
<style>
span { border-color: #65D899; }
span { border-color: rgb(101,216,153); }
td.TdClassName
{
border-color: #65D899;
}
.TagClassName
{
border-color: #65D899;
}
</style>