#65C2A9

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

Shades of Medium Aquamarine #65C2A9

Tints of Medium Aquamarine #65C2A9

Color information

#65C2A9 (or 0x65C2A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C2 and A9. RGB value is (101,194,169). Sum of RGB (Red+Green+Blue) = 101+194+169=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C2A9 is #9A3D56. Grayscale: #A3A3A3. Windows color (decimal): -10108247 or 11125349. OLE color: 11125349.

HSL color Cylindrical-coordinate representation of color #65C2A9: hue angle of 163.87º 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 #65C2A9 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB101194169-
CMYK0.4800.130.24
HSL163.87º43.26%57.84%-
HSV(B)163.87º47.94%76.08%-
XYZ31.8244.2144.39-
YUV163.34131.1983.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=21.77%
G=41.81%
B=36.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941690.4800.130.24163.8743.2657.84
Hex65C2A9300D18a42b3a
Octal14530225160015302445372
Binary11001011100001010101001110000011011100010100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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