Shades of Medium Aquamarine #65DCAF
Tints of Medium Aquamarine #65DCAF
RGB
CMYK
RGB Variations
Color information
#65DCAF (or 0x65DCAF) is known color: Medium Aquamarine. HEX triplet: 65, DC and AF. RGB value is (101,220,175). Sum of RGB (Red+Green+Blue) = 101+220+175=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DCAF is #9A2350. Grayscale: #B3B3B3. Windows color (decimal): -10101585 or 11525221. OLE color: 11525221.
HSL color Cylindrical-coordinate representation of color #65DCAF: hue angle of 157.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCAF is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 175 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.14 |
| HSL | 157.31º | 0.63% | 0.63% | - |
| HSV(B) | 157.31º | 0.54% | 0.86% | - |
| XYZ | 38.7 | 57.05 | 49.53 | - |
| YUV | 179.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 175 | 0.54 | 0 | 0.20 | 0.14 | 157.31 | 0.63 | 0.63 |
| Hex | 65 | DC | AF | 36 | 0 | 14 | E | 9D | 3F | 3F |
| Octal | 145 | 334 | 257 | 66 | 0 | 24 | 16 | 235 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10101111 | 110110 | 0 | 10100 | 1110 | 10011101 | 111111 | 111111 |
Color Harmonies of #65DCAF
Complementary color
Monochromatic Colors of #65DCAF
Black with #65DCAF
Text Example
Text Example
White with #65DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCAF; }
p { color: rgb(101,220,175); }
H1.HeaderClassName
{
color: #65DCAF;
}
.AnyTagClassName
{
color: #65DCAF;
}
</style>
background-color css
<style>
a { background-color: #65DCAF; }
a { background-color: rgb(101,220,175); }
div.DivClassName
{
background-color: #65DCAF;
}
.BgClassName
{
background-color: #65DCAF;
}
</style>
border-color css
<style>
span { border-color: #65DCAF; }
span { border-color: rgb(101,220,175); }
td.TdClassName
{
border-color: #65DCAF;
}
.TagClassName
{
border-color: #65DCAF;
}
</style>