#65C1A9

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

Shades of Medium Aquamarine #65C1A9

Tints of Medium Aquamarine #65C1A9

Color information

#65C1A9 (or 0x65C1A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C1 and A9. RGB value is (101,193,169). Sum of RGB (Red+Green+Blue) = 101+193+169=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1A9 is #9A3E56. Grayscale: #A2A2A2. Windows color (decimal): -10108503 or 11125093. OLE color: 11125093.

HSL color Cylindrical-coordinate representation of color #65C1A9: hue angle of 164.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C1A9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB101193169-
CMYK0.4800.120.24
HSL164.35º42.59%57.65%-
HSV(B)164.35º47.67%75.69%-
XYZ31.643.7744.32-
YUV162.76131.5283.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=21.81%
G=41.68%
B=36.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011931690.4800.120.24164.3542.5957.65
Hex65C1A9300C18a42b3a
Octal14530125160014302445372
Binary11001011100000110101001110000011001100010100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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