#6CC6AC

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

Shades of Medium Aquamarine #6CC6AC

Tints of Medium Aquamarine #6CC6AC

Color information

#6CC6AC (or 0x6CC6AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C6 and AC. RGB value is (108,198,172). Sum of RGB (Red+Green+Blue) = 108+198+172=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC6AC is #933953. Grayscale: #A8A8A8. Windows color (decimal): -9648468 or 11322988. OLE color: 11322988.

HSL color Cylindrical-coordinate representation of color #6CC6AC: hue angle of 162.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC6AC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB108198172-
CMYK0.4500.130.22
HSL162.67º44.12%60%-
HSV(B)162.67º45.45%77.65%-
XYZ33.8246.5546.23-
YUV168.13130.1885.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=22.59%
G=41.42%
B=35.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081981720.4500.130.22162.6744.1260
Hex6CC6AC2D0D16a32c3c
Octal15430625455015262435474
Binary11011001100011010101100101101011011011010100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,198,172); }

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

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

 a { background-color: rgb(108,198,172); }

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

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

 span { border-color: rgb(108,198,172); }

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