Shades of Medium Aquamarine #65DCB5
Tints of Medium Aquamarine #65DCB5
RGB
CMYK
RGB Variations
Color information
#65DCB5 (or 0x65DCB5) is known color: Medium Aquamarine. HEX triplet: 65, DC and B5. RGB value is (101,220,181). Sum of RGB (Red+Green+Blue) = 101+220+181=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCB5 is #9A234A. Grayscale: #B4B4B4. Windows color (decimal): -10101579 or 11918437. OLE color: 11918437.
HSL color Cylindrical-coordinate representation of color #65DCB5: hue angle of 160.34º 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 #65DCB5 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 181 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.14 |
| HSL | 160.34º | 0.63% | 0.63% | - |
| HSV(B) | 160.34º | 0.54% | 0.86% | - |
| XYZ | 39.3 | 57.29 | 52.7 | - |
| YUV | 179.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 181 | 0.54 | 0 | 0.18 | 0.14 | 160.34 | 0.63 | 0.63 |
| Hex | 65 | DC | B5 | 36 | 0 | 12 | E | A0 | 3F | 3F |
| Octal | 145 | 334 | 265 | 66 | 0 | 22 | 16 | 240 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10110101 | 110110 | 0 | 10010 | 1110 | 10100000 | 111111 | 111111 |
Color Harmonies of #65DCB5
Complementary color
Monochromatic Colors of #65DCB5
Black with #65DCB5
Text Example
Text Example
White with #65DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCB5; }
p { color: rgb(101,220,181); }
H1.HeaderClassName
{
color: #65DCB5;
}
.AnyTagClassName
{
color: #65DCB5;
}
</style>
background-color css
<style>
a { background-color: #65DCB5; }
a { background-color: rgb(101,220,181); }
div.DivClassName
{
background-color: #65DCB5;
}
.BgClassName
{
background-color: #65DCB5;
}
</style>
border-color css
<style>
span { border-color: #65DCB5; }
span { border-color: rgb(101,220,181); }
td.TdClassName
{
border-color: #65DCB5;
}
.TagClassName
{
border-color: #65DCB5;
}
</style>