Shades of Medium Aquamarine #65DA9C
Tints of Medium Aquamarine #65DA9C
RGB
CMYK
RGB Variations
Color information
#65DA9C (or 0x65DA9C) is known color: Medium Aquamarine. HEX triplet: 65, DA and 9C. RGB value is (101,218,156). Sum of RGB (Red+Green+Blue) = 101+218+156=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DA9C is #9A2563. Grayscale: #B0B0B0. Windows color (decimal): -10102116 or 10279525. OLE color: 10279525.
HSL color Cylindrical-coordinate representation of color #65DA9C: hue angle of 148.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DA9C is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 156 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.15 |
| HSL | 148.21º | 0.61% | 0.63% | - |
| HSV(B) | 148.21º | 0.54% | 0.85% | - |
| XYZ | 36.44 | 55.31 | 40.21 | - |
| YUV | 175.95 | 116.74 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 156 | 0.54 | 0 | 0.28 | 0.15 | 148.21 | 0.61 | 0.63 |
| Hex | 65 | DA | 9C | 36 | 0 | 1C | F | 94 | 3D | 3F |
| Octal | 145 | 332 | 234 | 66 | 0 | 34 | 17 | 224 | 75 | 77 |
| Binary | 1100101 | 11011010 | 10011100 | 110110 | 0 | 11100 | 1111 | 10010100 | 111101 | 111111 |
Color Harmonies of #65DA9C
Complementary color
Monochromatic Colors of #65DA9C
Black with #65DA9C
Text Example
Text Example
White with #65DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA9C; }
p { color: rgb(101,218,156); }
H1.HeaderClassName
{
color: #65DA9C;
}
.AnyTagClassName
{
color: #65DA9C;
}
</style>
background-color css
<style>
a { background-color: #65DA9C; }
a { background-color: rgb(101,218,156); }
div.DivClassName
{
background-color: #65DA9C;
}
.BgClassName
{
background-color: #65DA9C;
}
</style>
border-color css
<style>
span { border-color: #65DA9C; }
span { border-color: rgb(101,218,156); }
td.TdClassName
{
border-color: #65DA9C;
}
.TagClassName
{
border-color: #65DA9C;
}
</style>