#6CC3AC

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

Shades of Medium Aquamarine #6CC3AC

Tints of Medium Aquamarine #6CC3AC

Color information

#6CC3AC (or 0x6CC3AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C3 and AC. RGB value is (108,195,172). Sum of RGB (Red+Green+Blue) = 108+195+172=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC3AC is #933C53. Grayscale: #A6A6A6. Windows color (decimal): -9649236 or 11322220. OLE color: 11322220.

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

Color convert

RGB108195172-
CMYK0.4500.120.24
HSL164.14º42.03%59.41%-
HSV(B)164.14º44.62%76.47%-
XYZ33.1545.246.01-
YUV166.36131.1886.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=22.74%
G=41.05%
B=36.21%

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
Decimal1081951720.4500.120.24164.1442.0359.41
Hex6CC3AC2D0C18a42a3b
Octal15430325455014302445273
Binary11011001100001110101100101101011001100010100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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