Shades of Medium Aquamarine #65CDB0
Tints of Medium Aquamarine #65CDB0
RGB
CMYK
RGB Variations
Color information
#65CDB0 (or 0x65CDB0) is known color: Medium Aquamarine. HEX triplet: 65, CD and B0. RGB value is (101,205,176). Sum of RGB (Red+Green+Blue) = 101+205+176=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CDB0 is #9A324F. Grayscale: #AAAAAA. Windows color (decimal): -10105424 or 11586917. OLE color: 11586917.
HSL color Cylindrical-coordinate representation of color #65CDB0: hue angle of 163.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDB0 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 176 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.20 |
| HSL | 163.27º | 0.51% | 0.6% | - |
| HSV(B) | 163.27º | 0.51% | 0.8% | - |
| XYZ | 35.03 | 49.56 | 48.79 | - |
| YUV | 170.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 176 | 0.51 | 0 | 0.14 | 0.20 | 163.27 | 0.51 | 0.6 |
| Hex | 65 | CD | B0 | 33 | 0 | E | 14 | A3 | 33 | 3C |
| Octal | 145 | 315 | 260 | 63 | 0 | 16 | 24 | 243 | 63 | 74 |
| Binary | 1100101 | 11001101 | 10110000 | 110011 | 0 | 1110 | 10100 | 10100011 | 110011 | 111100 |
Color Harmonies of #65CDB0
Complementary color
Monochromatic Colors of #65CDB0
Black with #65CDB0
Text Example
Text Example
White with #65CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDB0; }
p { color: rgb(101,205,176); }
H1.HeaderClassName
{
color: #65CDB0;
}
.AnyTagClassName
{
color: #65CDB0;
}
</style>
background-color css
<style>
a { background-color: #65CDB0; }
a { background-color: rgb(101,205,176); }
div.DivClassName
{
background-color: #65CDB0;
}
.BgClassName
{
background-color: #65CDB0;
}
</style>
border-color css
<style>
span { border-color: #65CDB0; }
span { border-color: rgb(101,205,176); }
td.TdClassName
{
border-color: #65CDB0;
}
.TagClassName
{
border-color: #65CDB0;
}
</style>