#65CCA9

Color #65CCA9 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65CCA9

Tints of Medium Aquamarine #65CCA9

Color information

#65CCA9 (or 0x65CCA9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CC and A9. RGB value is (101,204,169). Sum of RGB (Red+Green+Blue) = 101+204+169=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CCA9 is #9A3356. Grayscale: #A9A9A9. Windows color (decimal): -10105687 or 11127909. OLE color: 11127909.

HSL color Cylindrical-coordinate representation of color #65CCA9: hue angle of 159.61º 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 #65CCA9 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB101204169-
CMYK0.5000.170.2
HSL159.61º50.24%59.8%-
HSV(B)159.61º50.49%80%-
XYZ34.1248.8245.16-
YUV169.21127.8879.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=21.31%
G=43.04%
B=35.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041690.5000.170.2159.6150.2459.8
Hex65CCA93201114a0323c
Octal14531425162021242406274
Binary110010111001100101010011100100100011010010100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CCA9; }

 p { color: rgb(101,204,169); }

 H1.HeaderClassName
 {
   color: #65CCA9;
 }
 .AnyTagClassName
 {
   color: #65CCA9;
 }
</style>
background-color css

<style>
 a { background-color: #65CCA9; }

 a { background-color: rgb(101,204,169); }

 div.DivClassName
 {
   background-color: #65CCA9;
 }
 .BgClassName
 {
   background-color: #65CCA9;
 }
</style>
border-color css

<style>
 span { border-color: #65CCA9; }

 span { border-color: rgb(101,204,169); }

 td.TdClassName
 {
   border-color: #65CCA9;
 }
 .TagClassName
 {
   border-color: #65CCA9;
 }
</style>