#6AC5AC

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

Shades of Medium Aquamarine #6AC5AC

Tints of Medium Aquamarine #6AC5AC

Color information

#6AC5AC (or 0x6AC5AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C5 and AC. RGB value is (106,197,172). Sum of RGB (Red+Green+Blue) = 106+197+172=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC5AC is #953A53. Grayscale: #A6A6A6. Windows color (decimal): -9779796 or 11322730. OLE color: 11322730.

HSL color Cylindrical-coordinate representation of color #6AC5AC: hue angle of 163.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AC5AC is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB106197172-
CMYK0.4600.130.23
HSL163.52º43.96%59.41%-
HSV(B)163.52º46.19%77.25%-
XYZ33.3645.9846.15-
YUV166.94130.8584.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=22.32%
G=41.47%
B=36.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1061971720.4600.130.23163.5243.9659.41
Hex6AC5AC2E0D17a42c3b
Octal15230525456015272445473
Binary11010101100010110101100101110011011011110100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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