#65C1AC

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

Shades of Medium Aquamarine #65C1AC

Tints of Medium Aquamarine #65C1AC

Color information

#65C1AC (or 0x65C1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C1 and AC. RGB value is (101,193,172). Sum of RGB (Red+Green+Blue) = 101+193+172=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1AC is #9A3E53. Grayscale: #A3A3A3. Windows color (decimal): -10108500 or 11321701. OLE color: 11321701.

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

Color convert

RGB101193172-
CMYK0.4800.110.24
HSL166.3º42.59%57.65%-
HSV(B)166.3º47.67%75.69%-
XYZ31.8843.8945.82-
YUV163.1133.0283.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=21.67%
G=41.42%
B=36.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011931720.4800.110.24166.342.5957.65
Hex65C1AC300B18a62b3a
Octal14530125460013302465372
Binary11001011100000110101100110000010111100010100110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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