Shades of Medium Aquamarine #65CC9C
Tints of Medium Aquamarine #65CC9C
RGB
CMYK
RGB Variations
Color information
#65CC9C (or 0x65CC9C) is known color: Medium Aquamarine. HEX triplet: 65, CC and 9C. RGB value is (101,204,156). Sum of RGB (Red+Green+Blue) = 101+204+156=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CC9C is #9A3363. Grayscale: #A7A7A7. Windows color (decimal): -10105700 or 10275941. OLE color: 10275941.
HSL color Cylindrical-coordinate representation of color #65CC9C: hue angle of 152.04º 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 #65CC9C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 156 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.2 |
| HSL | 152.04º | 0.5% | 0.6% | - |
| HSV(B) | 152.04º | 0.5% | 0.8% | - |
| XYZ | 32.96 | 48.35 | 39.05 | - |
| YUV | 167.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 156 | 0.50 | 0 | 0.24 | 0.2 | 152.04 | 0.5 | 0.6 |
| Hex | 65 | CC | 9C | 32 | 0 | 18 | 14 | 98 | 32 | 3C |
| Octal | 145 | 314 | 234 | 62 | 0 | 30 | 24 | 230 | 62 | 74 |
| Binary | 1100101 | 11001100 | 10011100 | 110010 | 0 | 11000 | 10100 | 10011000 | 110010 | 111100 |
Color Harmonies of #65CC9C
Complementary color
Monochromatic Colors of #65CC9C
Black with #65CC9C
Text Example
Text Example
White with #65CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC9C; }
p { color: rgb(101,204,156); }
H1.HeaderClassName
{
color: #65CC9C;
}
.AnyTagClassName
{
color: #65CC9C;
}
</style>
background-color css
<style>
a { background-color: #65CC9C; }
a { background-color: rgb(101,204,156); }
div.DivClassName
{
background-color: #65CC9C;
}
.BgClassName
{
background-color: #65CC9C;
}
</style>
border-color css
<style>
span { border-color: #65CC9C; }
span { border-color: rgb(101,204,156); }
td.TdClassName
{
border-color: #65CC9C;
}
.TagClassName
{
border-color: #65CC9C;
}
</style>