Shades of Medium Aquamarine #65DCB2
Tints of Medium Aquamarine #65DCB2
RGB
CMYK
RGB Variations
Color information
#65DCB2 (or 0x65DCB2) is known color: Medium Aquamarine. HEX triplet: 65, DC and B2. RGB value is (101,220,178). Sum of RGB (Red+Green+Blue) = 101+220+178=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DCB2 is #9A234D. Grayscale: #B3B3B3. Windows color (decimal): -10101582 or 11721829. OLE color: 11721829.
HSL color Cylindrical-coordinate representation of color #65DCB2: hue angle of 158.82º 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 #65DCB2 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 178 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.14 |
| HSL | 158.82º | 0.63% | 0.63% | - |
| HSV(B) | 158.82º | 0.54% | 0.86% | - |
| XYZ | 39 | 57.17 | 51.1 | - |
| YUV | 179.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 178 | 0.54 | 0 | 0.19 | 0.14 | 158.82 | 0.63 | 0.63 |
| Hex | 65 | DC | B2 | 36 | 0 | 13 | E | 9F | 3F | 3F |
| Octal | 145 | 334 | 262 | 66 | 0 | 23 | 16 | 237 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10110010 | 110110 | 0 | 10011 | 1110 | 10011111 | 111111 | 111111 |
Color Harmonies of #65DCB2
Complementary color
Monochromatic Colors of #65DCB2
Black with #65DCB2
Text Example
Text Example
White with #65DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCB2; }
p { color: rgb(101,220,178); }
H1.HeaderClassName
{
color: #65DCB2;
}
.AnyTagClassName
{
color: #65DCB2;
}
</style>
background-color css
<style>
a { background-color: #65DCB2; }
a { background-color: rgb(101,220,178); }
div.DivClassName
{
background-color: #65DCB2;
}
.BgClassName
{
background-color: #65DCB2;
}
</style>
border-color css
<style>
span { border-color: #65DCB2; }
span { border-color: rgb(101,220,178); }
td.TdClassName
{
border-color: #65DCB2;
}
.TagClassName
{
border-color: #65DCB2;
}
</style>