#65C3A9

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

Shades of Medium Aquamarine #65C3A9

Tints of Medium Aquamarine #65C3A9

Color information

#65C3A9 (or 0x65C3A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and A9. RGB value is (101,195,169). Sum of RGB (Red+Green+Blue) = 101+195+169=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3A9 is #9A3C56. Grayscale: #A3A3A3. Windows color (decimal): -10107991 or 11125605. OLE color: 11125605.

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

Color convert

RGB101195169-
CMYK0.4800.130.24
HSL163.4º43.93%58.04%-
HSV(B)163.4º48.21%76.47%-
XYZ32.0444.6644.47-
YUV163.93130.8683.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=21.72%
G=41.94%
B=36.34%

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
Decimal1011951690.4800.130.24163.443.9358.04
Hex65C3A9300D18a32c3a
Octal14530325160015302435472
Binary11001011100001110101001110000011011100010100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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