Shades of Medium Aquamarine #65DCB4
Tints of Medium Aquamarine #65DCB4
RGB
CMYK
RGB Variations
Color information
#65DCB4 (or 0x65DCB4) is known color: Medium Aquamarine. HEX triplet: 65, DC and B4. RGB value is (101,220,180). Sum of RGB (Red+Green+Blue) = 101+220+180=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCB4 is #9A234B. Grayscale: #B3B3B3. Windows color (decimal): -10101580 or 11852901. OLE color: 11852901.
HSL color Cylindrical-coordinate representation of color #65DCB4: hue angle of 159.83º 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 #65DCB4 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 180 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.14 |
| HSL | 159.83º | 0.63% | 0.63% | - |
| HSV(B) | 159.83º | 0.54% | 0.86% | - |
| XYZ | 39.2 | 57.25 | 52.16 | - |
| YUV | 179.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 180 | 0.54 | 0 | 0.18 | 0.14 | 159.83 | 0.63 | 0.63 |
| Hex | 65 | DC | B4 | 36 | 0 | 12 | E | A0 | 3F | 3F |
| Octal | 145 | 334 | 264 | 66 | 0 | 22 | 16 | 240 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10110100 | 110110 | 0 | 10010 | 1110 | 10100000 | 111111 | 111111 |
Color Harmonies of #65DCB4
Complementary color
Monochromatic Colors of #65DCB4
Black with #65DCB4
Text Example
Text Example
White with #65DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCB4; }
p { color: rgb(101,220,180); }
H1.HeaderClassName
{
color: #65DCB4;
}
.AnyTagClassName
{
color: #65DCB4;
}
</style>
background-color css
<style>
a { background-color: #65DCB4; }
a { background-color: rgb(101,220,180); }
div.DivClassName
{
background-color: #65DCB4;
}
.BgClassName
{
background-color: #65DCB4;
}
</style>
border-color css
<style>
span { border-color: #65DCB4; }
span { border-color: rgb(101,220,180); }
td.TdClassName
{
border-color: #65DCB4;
}
.TagClassName
{
border-color: #65DCB4;
}
</style>