Shades of Medium Aquamarine #65CCB0
Tints of Medium Aquamarine #65CCB0
RGB
CMYK
RGB Variations
Color information
#65CCB0 (or 0x65CCB0) is known color: Medium Aquamarine. HEX triplet: 65, CC and B0. RGB value is (101,204,176). Sum of RGB (Red+Green+Blue) = 101+204+176=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCB0 is #9A334F. Grayscale: #AAAAAA. Windows color (decimal): -10105680 or 11586661. OLE color: 11586661.
HSL color Cylindrical-coordinate representation of color #65CCB0: hue angle of 163.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCB0 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 176 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.2 |
| HSL | 163.69º | 0.5% | 0.6% | - |
| HSV(B) | 163.69º | 0.5% | 0.8% | - |
| XYZ | 34.8 | 49.09 | 48.72 | - |
| YUV | 170.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 176 | 0.50 | 0 | 0.14 | 0.2 | 163.69 | 0.5 | 0.6 |
| Hex | 65 | CC | B0 | 32 | 0 | E | 14 | A4 | 32 | 3C |
| Octal | 145 | 314 | 260 | 62 | 0 | 16 | 24 | 244 | 62 | 74 |
| Binary | 1100101 | 11001100 | 10110000 | 110010 | 0 | 1110 | 10100 | 10100100 | 110010 | 111100 |
Color Harmonies of #65CCB0
Complementary color
Monochromatic Colors of #65CCB0
Black with #65CCB0
Text Example
Text Example
White with #65CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCB0; }
p { color: rgb(101,204,176); }
H1.HeaderClassName
{
color: #65CCB0;
}
.AnyTagClassName
{
color: #65CCB0;
}
</style>
background-color css
<style>
a { background-color: #65CCB0; }
a { background-color: rgb(101,204,176); }
div.DivClassName
{
background-color: #65CCB0;
}
.BgClassName
{
background-color: #65CCB0;
}
</style>
border-color css
<style>
span { border-color: #65CCB0; }
span { border-color: rgb(101,204,176); }
td.TdClassName
{
border-color: #65CCB0;
}
.TagClassName
{
border-color: #65CCB0;
}
</style>