#6DC8AC

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

Shades of Medium Aquamarine #6DC8AC

Tints of Medium Aquamarine #6DC8AC

Color information

#6DC8AC (or 0x6DC8AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, C8 and AC. RGB value is (109,200,172). Sum of RGB (Red+Green+Blue) = 109+200+172=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC8AC is #923753. Grayscale: #A9A9A9. Windows color (decimal): -9582420 or 11323501. OLE color: 11323501.

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

Color convert

RGB109200172-
CMYK0.4600.140.22
HSL161.54º45.27%60.59%-
HSV(B)161.54º45.5%78.43%-
XYZ34.4147.5446.39-
YUV169.6129.3584.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=22.66%
G=41.58%
B=35.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1092001720.4600.140.22161.5445.2760.59
Hex6DC8AC2E0E16a22d3d
Octal15531025456016262425575
Binary11011011100100010101100101110011101011010100010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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