#6AC2A7

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

Shades of Medium Aquamarine #6AC2A7

Tints of Medium Aquamarine #6AC2A7

Color information

#6AC2A7 (or 0x6AC2A7) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, C2 and A7. RGB value is (106,194,167). Sum of RGB (Red+Green+Blue) = 106+194+167=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2A7 is #953D58. Grayscale: #A4A4A4. Windows color (decimal): -9780569 or 10994282. OLE color: 10994282.

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

Color convert

RGB106194167-
CMYK0.4500.140.24
HSL161.59º41.9%58.82%-
HSV(B)161.59º45.36%76.08%-
XYZ32.2144.4443.44-
YUV164.61129.3586.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=22.70%
G=41.54%
B=35.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061941670.4500.140.24161.5941.958.82
Hex6AC2A72D0E18a22a3b
Octal15230224755016302425273
Binary11010101100001010100111101101011101100010100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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