Shades of Medium Aquamarine #65DAA7
Tints of Medium Aquamarine #65DAA7
RGB
CMYK
RGB Variations
Color information
#65DAA7 (or 0x65DAA7) is known color: Medium Aquamarine. HEX triplet: 65, DA and A7. RGB value is (101,218,167). Sum of RGB (Red+Green+Blue) = 101+218+167=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DAA7 is #9A2558. Grayscale: #B1B1B1. Windows color (decimal): -10102105 or 11000421. OLE color: 11000421.
HSL color Cylindrical-coordinate representation of color #65DAA7: hue angle of 153.85º 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 #65DAA7 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 167 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.15 |
| HSL | 153.85º | 0.61% | 0.63% | - |
| HSV(B) | 153.85º | 0.54% | 0.85% | - |
| XYZ | 37.41 | 55.7 | 45.34 | - |
| YUV | 177.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 167 | 0.54 | 0 | 0.23 | 0.15 | 153.85 | 0.61 | 0.63 |
| Hex | 65 | DA | A7 | 36 | 0 | 17 | F | 9A | 3D | 3F |
| Octal | 145 | 332 | 247 | 66 | 0 | 27 | 17 | 232 | 75 | 77 |
| Binary | 1100101 | 11011010 | 10100111 | 110110 | 0 | 10111 | 1111 | 10011010 | 111101 | 111111 |
Color Harmonies of #65DAA7
Complementary color
Monochromatic Colors of #65DAA7
Black with #65DAA7
Text Example
Text Example
White with #65DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAA7; }
p { color: rgb(101,218,167); }
H1.HeaderClassName
{
color: #65DAA7;
}
.AnyTagClassName
{
color: #65DAA7;
}
</style>
background-color css
<style>
a { background-color: #65DAA7; }
a { background-color: rgb(101,218,167); }
div.DivClassName
{
background-color: #65DAA7;
}
.BgClassName
{
background-color: #65DAA7;
}
</style>
border-color css
<style>
span { border-color: #65DAA7; }
span { border-color: rgb(101,218,167); }
td.TdClassName
{
border-color: #65DAA7;
}
.TagClassName
{
border-color: #65DAA7;
}
</style>