Shades of Medium Aquamarine #65C8AD
Tints of Medium Aquamarine #65C8AD
RGB
CMYK
RGB Variations
Color information
#65C8AD (or 0x65C8AD) is known color: Medium Aquamarine. HEX triplet: 65, C8 and AD. RGB value is (101,200,173). Sum of RGB (Red+Green+Blue) = 101+200+173=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #65C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C8AD is #9A3752. Grayscale: #A7A7A7. Windows color (decimal): -10106707 or 11389029. OLE color: 11389029.
HSL color Cylindrical-coordinate representation of color #65C8AD: hue angle of 163.64º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C8AD is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 173 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.22 |
| HSL | 163.64º | 0.47% | 0.59% | - |
| HSV(B) | 163.64º | 0.5% | 0.78% | - |
| XYZ | 33.56 | 47.09 | 46.86 | - |
| YUV | 167.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 173 | 0.49 | 0 | 0.14 | 0.22 | 163.64 | 0.47 | 0.59 |
| Hex | 65 | C8 | AD | 31 | 0 | E | 16 | A4 | 2F | 3B |
| Octal | 145 | 310 | 255 | 61 | 0 | 16 | 26 | 244 | 57 | 73 |
| Binary | 1100101 | 11001000 | 10101101 | 110001 | 0 | 1110 | 10110 | 10100100 | 101111 | 111011 |
Color Harmonies of #65C8AD
Complementary color
Monochromatic Colors of #65C8AD
Black with #65C8AD
Text Example
Text Example
White with #65C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8AD; }
p { color: rgb(101,200,173); }
H1.HeaderClassName
{
color: #65C8AD;
}
.AnyTagClassName
{
color: #65C8AD;
}
</style>
background-color css
<style>
a { background-color: #65C8AD; }
a { background-color: rgb(101,200,173); }
div.DivClassName
{
background-color: #65C8AD;
}
.BgClassName
{
background-color: #65C8AD;
}
</style>
border-color css
<style>
span { border-color: #65C8AD; }
span { border-color: rgb(101,200,173); }
td.TdClassName
{
border-color: #65C8AD;
}
.TagClassName
{
border-color: #65C8AD;
}
</style>