#6AC2AE

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

Shades of Medium Aquamarine #6AC2AE

Tints of Medium Aquamarine #6AC2AE

Color information

#6AC2AE (or 0x6AC2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C2 and AE. RGB value is (106,194,174). Sum of RGB (Red+Green+Blue) = 106+194+174=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2AE is #953D51. Grayscale: #A5A5A5. Windows color (decimal): -9780562 or 11453034. OLE color: 11453034.

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

Color convert

RGB106194174-
CMYK0.4500.100.24
HSL166.36º41.9%58.82%-
HSV(B)166.36º45.36%76.08%-
XYZ32.8844.746.94-
YUV165.41132.8585.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=22.36%
G=40.93%
B=36.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061941740.4500.100.24166.3641.958.82
Hex6AC2AE2D0A18a62a3b
Octal15230225655012302465273
Binary11010101100001010101110101101010101100010100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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