Shades of Medium Aquamarine #65D0AD
Tints of Medium Aquamarine #65D0AD
RGB
CMYK
RGB Variations
Color information
#65D0AD (or 0x65D0AD) is known color: Medium Aquamarine. HEX triplet: 65, D0 and AD. RGB value is (101,208,173). Sum of RGB (Red+Green+Blue) = 101+208+173=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D0AD is #9A2F52. Grayscale: #ACACAC. Windows color (decimal): -10104659 or 11391077. OLE color: 11391077.
HSL color Cylindrical-coordinate representation of color #65D0AD: hue angle of 160.37º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0AD is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 173 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.18 |
| HSL | 160.37º | 0.53% | 0.61% | - |
| HSV(B) | 160.37º | 0.51% | 0.82% | - |
| XYZ | 35.47 | 50.9 | 47.49 | - |
| YUV | 172.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 173 | 0.51 | 0 | 0.17 | 0.18 | 160.37 | 0.53 | 0.61 |
| Hex | 65 | D0 | AD | 33 | 0 | 11 | 12 | A0 | 35 | 3D |
| Octal | 145 | 320 | 255 | 63 | 0 | 21 | 22 | 240 | 65 | 75 |
| Binary | 1100101 | 11010000 | 10101101 | 110011 | 0 | 10001 | 10010 | 10100000 | 110101 | 111101 |
Color Harmonies of #65D0AD
Complementary color
Monochromatic Colors of #65D0AD
Black with #65D0AD
Text Example
Text Example
White with #65D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0AD; }
p { color: rgb(101,208,173); }
H1.HeaderClassName
{
color: #65D0AD;
}
.AnyTagClassName
{
color: #65D0AD;
}
</style>
background-color css
<style>
a { background-color: #65D0AD; }
a { background-color: rgb(101,208,173); }
div.DivClassName
{
background-color: #65D0AD;
}
.BgClassName
{
background-color: #65D0AD;
}
</style>
border-color css
<style>
span { border-color: #65D0AD; }
span { border-color: rgb(101,208,173); }
td.TdClassName
{
border-color: #65D0AD;
}
.TagClassName
{
border-color: #65D0AD;
}
</style>