#65C3AA

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

Shades of Medium Aquamarine #65C3AA

Tints of Medium Aquamarine #65C3AA

Color information

#65C3AA (or 0x65C3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and AA. RGB value is (101,195,170). Sum of RGB (Red+Green+Blue) = 101+195+170=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AA is #9A3C55. Grayscale: #A4A4A4. Windows color (decimal): -10107990 or 11191141. OLE color: 11191141.

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

Color convert

RGB101195170-
CMYK0.4800.130.24
HSL164.04º43.93%58.04%-
HSV(B)164.04º48.21%76.47%-
XYZ32.1444.744.96-
YUV164.04131.3683.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=21.67%
G=41.85%
B=36.48%

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
Decimal1011951700.4800.130.24164.0443.9358.04
Hex65C3AA300D18a42c3a
Octal14530325260015302445472
Binary11001011100001110101010110000011011100010100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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