Shades of Medium Aquamarine #65C9AC
Tints of Medium Aquamarine #65C9AC
RGB
CMYK
RGB Variations
Color information
#65C9AC (or 0x65C9AC) is known color: Medium Aquamarine. HEX triplet: 65, C9 and AC. RGB value is (101,201,172). Sum of RGB (Red+Green+Blue) = 101+201+172=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #65C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C9AC is #9A3653. Grayscale: #A7A7A7. Windows color (decimal): -10106452 or 11323749. OLE color: 11323749.
HSL color Cylindrical-coordinate representation of color #65C9AC: hue angle of 162.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C9AC is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 201 | 172 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.21 |
| HSL | 162.6º | 0.48% | 0.59% | - |
| HSV(B) | 162.6º | 0.5% | 0.79% | - |
| XYZ | 33.7 | 47.52 | 46.43 | - |
| YUV | 167.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 172 | 0.50 | 0 | 0.14 | 0.21 | 162.6 | 0.48 | 0.59 |
| Hex | 65 | C9 | AC | 32 | 0 | E | 15 | A3 | 30 | 3B |
| Octal | 145 | 311 | 254 | 62 | 0 | 16 | 25 | 243 | 60 | 73 |
| Binary | 1100101 | 11001001 | 10101100 | 110010 | 0 | 1110 | 10101 | 10100011 | 110000 | 111011 |
Color Harmonies of #65C9AC
Complementary color
Monochromatic Colors of #65C9AC
Black with #65C9AC
Text Example
Text Example
White with #65C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C9AC; }
p { color: rgb(101,201,172); }
H1.HeaderClassName
{
color: #65C9AC;
}
.AnyTagClassName
{
color: #65C9AC;
}
</style>
background-color css
<style>
a { background-color: #65C9AC; }
a { background-color: rgb(101,201,172); }
div.DivClassName
{
background-color: #65C9AC;
}
.BgClassName
{
background-color: #65C9AC;
}
</style>
border-color css
<style>
span { border-color: #65C9AC; }
span { border-color: rgb(101,201,172); }
td.TdClassName
{
border-color: #65C9AC;
}
.TagClassName
{
border-color: #65C9AC;
}
</style>