Shades of Medium Aquamarine #65D69D
Tints of Medium Aquamarine #65D69D
RGB
CMYK
RGB Variations
Color information
#65D69D (or 0x65D69D) is known color: Medium Aquamarine. HEX triplet: 65, D6 and 9D. RGB value is (101,214,157). Sum of RGB (Red+Green+Blue) = 101+214+157=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #65D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D69D is #9A2962. Grayscale: #ADADAD. Windows color (decimal): -10103139 or 10344037. OLE color: 10344037.
HSL color Cylindrical-coordinate representation of color #65D69D: hue angle of 149.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D69D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 157 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.16 |
| HSL | 149.73º | 0.58% | 0.62% | - |
| HSV(B) | 149.73º | 0.53% | 0.84% | - |
| XYZ | 35.5 | 53.29 | 40.31 | - |
| YUV | 173.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 157 | 0.53 | 0 | 0.27 | 0.16 | 149.73 | 0.58 | 0.62 |
| Hex | 65 | D6 | 9D | 35 | 0 | 1B | 10 | 96 | 3A | 3E |
| Octal | 145 | 326 | 235 | 65 | 0 | 33 | 20 | 226 | 72 | 76 |
| Binary | 1100101 | 11010110 | 10011101 | 110101 | 0 | 11011 | 10000 | 10010110 | 111010 | 111110 |
Color Harmonies of #65D69D
Complementary color
Monochromatic Colors of #65D69D
Black with #65D69D
Text Example
Text Example
White with #65D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D69D; }
p { color: rgb(101,214,157); }
H1.HeaderClassName
{
color: #65D69D;
}
.AnyTagClassName
{
color: #65D69D;
}
</style>
background-color css
<style>
a { background-color: #65D69D; }
a { background-color: rgb(101,214,157); }
div.DivClassName
{
background-color: #65D69D;
}
.BgClassName
{
background-color: #65D69D;
}
</style>
border-color css
<style>
span { border-color: #65D69D; }
span { border-color: rgb(101,214,157); }
td.TdClassName
{
border-color: #65D69D;
}
.TagClassName
{
border-color: #65D69D;
}
</style>