Shades of Medium Aquamarine #65C1AD
Tints of Medium Aquamarine #65C1AD
RGB
CMYK
RGB Variations
Color information
#65C1AD (or 0x65C1AD) is known color: Medium Aquamarine. HEX triplet: 65, C1 and AD. RGB value is (101,193,173). Sum of RGB (Red+Green+Blue) = 101+193+173=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1AD is #9A3E52. Grayscale: #A3A3A3. Windows color (decimal): -10108499 or 11387237. OLE color: 11387237.
HSL color Cylindrical-coordinate representation of color #65C1AD: hue angle of 166.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C1AD is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 173 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.24 |
| HSL | 166.96º | 0.43% | 0.58% | - |
| HSV(B) | 166.96º | 0.48% | 0.76% | - |
| XYZ | 31.98 | 43.92 | 46.33 | - |
| YUV | 163.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 173 | 0.48 | 0 | 0.10 | 0.24 | 166.96 | 0.43 | 0.58 |
| Hex | 65 | C1 | AD | 30 | 0 | A | 18 | A7 | 2B | 3A |
| Octal | 145 | 301 | 255 | 60 | 0 | 12 | 30 | 247 | 53 | 72 |
| Binary | 1100101 | 11000001 | 10101101 | 110000 | 0 | 1010 | 11000 | 10100111 | 101011 | 111010 |
Color Harmonies of #65C1AD
Complementary color
Monochromatic Colors of #65C1AD
Black with #65C1AD
Text Example
Text Example
White with #65C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1AD; }
p { color: rgb(101,193,173); }
H1.HeaderClassName
{
color: #65C1AD;
}
.AnyTagClassName
{
color: #65C1AD;
}
</style>
background-color css
<style>
a { background-color: #65C1AD; }
a { background-color: rgb(101,193,173); }
div.DivClassName
{
background-color: #65C1AD;
}
.BgClassName
{
background-color: #65C1AD;
}
</style>
border-color css
<style>
span { border-color: #65C1AD; }
span { border-color: rgb(101,193,173); }
td.TdClassName
{
border-color: #65C1AD;
}
.TagClassName
{
border-color: #65C1AD;
}
</style>