Shades of Medium Aquamarine #65CC9D
Tints of Medium Aquamarine #65CC9D
RGB
CMYK
RGB Variations
Color information
#65CC9D (or 0x65CC9D) is known color: Medium Aquamarine. HEX triplet: 65, CC and 9D. RGB value is (101,204,157). Sum of RGB (Red+Green+Blue) = 101+204+157=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CC9D is #9A3362. Grayscale: #A7A7A7. Windows color (decimal): -10105699 or 10341477. OLE color: 10341477.
HSL color Cylindrical-coordinate representation of color #65CC9D: hue angle of 152.62º 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 #65CC9D is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 157 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.2 |
| HSL | 152.62º | 0.5% | 0.6% | - |
| HSV(B) | 152.62º | 0.5% | 0.8% | - |
| XYZ | 33.05 | 48.39 | 39.5 | - |
| YUV | 167.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 157 | 0.50 | 0 | 0.23 | 0.2 | 152.62 | 0.5 | 0.6 |
| Hex | 65 | CC | 9D | 32 | 0 | 17 | 14 | 99 | 32 | 3C |
| Octal | 145 | 314 | 235 | 62 | 0 | 27 | 24 | 231 | 62 | 74 |
| Binary | 1100101 | 11001100 | 10011101 | 110010 | 0 | 10111 | 10100 | 10011001 | 110010 | 111100 |
Color Harmonies of #65CC9D
Complementary color
Monochromatic Colors of #65CC9D
Black with #65CC9D
Text Example
Text Example
White with #65CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC9D; }
p { color: rgb(101,204,157); }
H1.HeaderClassName
{
color: #65CC9D;
}
.AnyTagClassName
{
color: #65CC9D;
}
</style>
background-color css
<style>
a { background-color: #65CC9D; }
a { background-color: rgb(101,204,157); }
div.DivClassName
{
background-color: #65CC9D;
}
.BgClassName
{
background-color: #65CC9D;
}
</style>
border-color css
<style>
span { border-color: #65CC9D; }
span { border-color: rgb(101,204,157); }
td.TdClassName
{
border-color: #65CC9D;
}
.TagClassName
{
border-color: #65CC9D;
}
</style>