Shades of Medium Aquamarine #65DDB4
Tints of Medium Aquamarine #65DDB4
RGB
CMYK
RGB Variations
Color information
#65DDB4 (or 0x65DDB4) is known color: Medium Aquamarine. HEX triplet: 65, DD and B4. RGB value is (101,221,180). Sum of RGB (Red+Green+Blue) = 101+221+180=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDB4 is #9A224B. Grayscale: #B4B4B4. Windows color (decimal): -10101324 or 11853157. OLE color: 11853157.
HSL color Cylindrical-coordinate representation of color #65DDB4: hue angle of 159.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDB4 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 180 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.13 |
| HSL | 159.5º | 0.64% | 0.63% | - |
| HSV(B) | 159.5º | 0.54% | 0.87% | - |
| XYZ | 39.46 | 57.77 | 52.25 | - |
| YUV | 180.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 180 | 0.54 | 0 | 0.19 | 0.13 | 159.5 | 0.64 | 0.63 |
| Hex | 65 | DD | B4 | 36 | 0 | 13 | D | A0 | 40 | 3F |
| Octal | 145 | 335 | 264 | 66 | 0 | 23 | 15 | 240 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10110100 | 110110 | 0 | 10011 | 1101 | 10100000 | 1000000 | 111111 |
Color Harmonies of #65DDB4
Complementary color
Monochromatic Colors of #65DDB4
Black with #65DDB4
Text Example
Text Example
White with #65DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDB4; }
p { color: rgb(101,221,180); }
H1.HeaderClassName
{
color: #65DDB4;
}
.AnyTagClassName
{
color: #65DDB4;
}
</style>
background-color css
<style>
a { background-color: #65DDB4; }
a { background-color: rgb(101,221,180); }
div.DivClassName
{
background-color: #65DDB4;
}
.BgClassName
{
background-color: #65DDB4;
}
</style>
border-color css
<style>
span { border-color: #65DDB4; }
span { border-color: rgb(101,221,180); }
td.TdClassName
{
border-color: #65DDB4;
}
.TagClassName
{
border-color: #65DDB4;
}
</style>