Shades of Medium Aquamarine #65CDAC
Tints of Medium Aquamarine #65CDAC
RGB
CMYK
RGB Variations
Color information
#65CDAC (or 0x65CDAC) is known color: Medium Aquamarine. HEX triplet: 65, CD and AC. RGB value is (101,205,172). Sum of RGB (Red+Green+Blue) = 101+205+172=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CDAC is #9A3253. Grayscale: #AAAAAA. Windows color (decimal): -10105428 or 11324773. OLE color: 11324773.
HSL color Cylindrical-coordinate representation of color #65CDAC: hue angle of 160.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDAC is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 172 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.20 |
| HSL | 160.96º | 0.51% | 0.6% | - |
| HSV(B) | 160.96º | 0.51% | 0.8% | - |
| XYZ | 34.64 | 49.41 | 46.74 | - |
| YUV | 170.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 172 | 0.51 | 0 | 0.16 | 0.20 | 160.96 | 0.51 | 0.6 |
| Hex | 65 | CD | AC | 33 | 0 | 10 | 14 | A1 | 33 | 3C |
| Octal | 145 | 315 | 254 | 63 | 0 | 20 | 24 | 241 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10101100 | 110011 | 0 | 10000 | 10100 | 10100001 | 110011 | 111100 |
Color Harmonies of #65CDAC
Complementary color
Monochromatic Colors of #65CDAC
Black with #65CDAC
Text Example
Text Example
White with #65CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDAC; }
p { color: rgb(101,205,172); }
H1.HeaderClassName
{
color: #65CDAC;
}
.AnyTagClassName
{
color: #65CDAC;
}
</style>
background-color css
<style>
a { background-color: #65CDAC; }
a { background-color: rgb(101,205,172); }
div.DivClassName
{
background-color: #65CDAC;
}
.BgClassName
{
background-color: #65CDAC;
}
</style>
border-color css
<style>
span { border-color: #65CDAC; }
span { border-color: rgb(101,205,172); }
td.TdClassName
{
border-color: #65CDAC;
}
.TagClassName
{
border-color: #65CDAC;
}
</style>