#6CC2AA

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

Shades of Medium Aquamarine #6CC2AA

Tints of Medium Aquamarine #6CC2AA

Color information

#6CC2AA (or 0x6CC2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C2 and AA. RGB value is (108,194,170). Sum of RGB (Red+Green+Blue) = 108+194+170=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC2AA is #933D55. Grayscale: #A5A5A5. Windows color (decimal): -9649494 or 11190892. OLE color: 11190892.

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

Color convert

RGB108194170-
CMYK0.4400.120.24
HSL163.26º41.35%59.22%-
HSV(B)163.26º44.33%76.08%-
XYZ32.7344.6744.93-
YUV165.55130.5186.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=22.88%
G=41.10%
B=36.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081941700.4400.120.24163.2641.3559.22
Hex6CC2AA2C0C18a3293b
Octal15430225254014302435173
Binary11011001100001010101010101100011001100010100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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