#6AC2AA

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

Shades of Medium Aquamarine #6AC2AA

Tints of Medium Aquamarine #6AC2AA

Color information

#6AC2AA (or 0x6AC2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C2 and AA. RGB value is (106,194,170). Sum of RGB (Red+Green+Blue) = 106+194+170=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2AA is #953D55. Grayscale: #A4A4A4. Windows color (decimal): -9780566 or 11190890. OLE color: 11190890.

HSL color Cylindrical-coordinate representation of color #6AC2AA: hue angle of 163.64º 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 #6AC2AA is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB106194170-
CMYK0.4500.120.24
HSL163.64º41.9%58.82%-
HSV(B)163.64º45.36%76.08%-
XYZ32.4944.5544.92-
YUV164.95130.8585.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=22.55%
G=41.28%
B=36.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061941700.4500.120.24163.6441.958.82
Hex6AC2AA2D0C18a42a3b
Octal15230225255014302445273
Binary11010101100001010101010101101011001100010100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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