#6DC3AC

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

Shades of Medium Aquamarine #6DC3AC

Tints of Medium Aquamarine #6DC3AC

Color information

#6DC3AC (or 0x6DC3AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C3 and AC. RGB value is (109,195,172). Sum of RGB (Red+Green+Blue) = 109+195+172=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC3AC is #923C53. Grayscale: #A6A6A6. Windows color (decimal): -9583700 or 11322221. OLE color: 11322221.

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

Color convert

RGB109195172-
CMYK0.4400.120.24
HSL163.95º41.75%59.61%-
HSV(B)163.95º44.1%76.47%-
XYZ33.2745.2646.01-
YUV166.66131.0186.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=22.90%
G=40.97%
B=36.13%

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
Decimal1091951720.4400.120.24163.9541.7559.61
Hex6DC3AC2C0C18a42a3c
Octal15530325454014302445274
Binary11011011100001110101100101100011001100010100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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