#6AC2AC

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

Shades of Medium Aquamarine #6AC2AC

Tints of Medium Aquamarine #6AC2AC

Color information

#6AC2AC (or 0x6AC2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C2 and AC. RGB value is (106,194,172). Sum of RGB (Red+Green+Blue) = 106+194+172=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2AC is #953D53. Grayscale: #A5A5A5. Windows color (decimal): -9780564 or 11321962. OLE color: 11321962.

HSL color Cylindrical-coordinate representation of color #6AC2AC: hue angle of 165º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC2AC is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB106194172-
CMYK0.4500.110.24
HSL165º41.9%58.82%-
HSV(B)165º45.36%76.08%-
XYZ32.6844.6345.92-
YUV165.18131.8585.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=22.46%
G=41.10%
B=36.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061941720.4500.110.2416541.958.82
Hex6AC2AC2D0B18a52a3b
Octal15230225455013302455273
Binary11010101100001010101100101101010111100010100101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AC2AC; }

 p { color: rgb(106,194,172); }

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

<style>
 a { background-color: #6AC2AC; }

 a { background-color: rgb(106,194,172); }

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

<style>
 span { border-color: #6AC2AC; }

 span { border-color: rgb(106,194,172); }

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