#6DCAAC

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

Shades of Medium Aquamarine #6DCAAC

Tints of Medium Aquamarine #6DCAAC

Color information

#6DCAAC (or 0x6DCAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and AC. RGB value is (109,202,172). Sum of RGB (Red+Green+Blue) = 109+202+172=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAC is #923553. Grayscale: #AAAAAA. Windows color (decimal): -9581908 or 11324013. OLE color: 11324013.

HSL color Cylindrical-coordinate representation of color #6DCAAC: hue angle of 160.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCAAC is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB109202172-
CMYK0.4600.150.21
HSL160.65º46.73%60.98%-
HSV(B)160.65º46.04%79.22%-
XYZ34.8748.4746.55-
YUV170.77128.6983.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=22.57%
G=41.82%
B=35.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021720.4600.150.21160.6546.7360.98
Hex6DCAAC2E0F15a12f3d
Octal15531225456017252415775
Binary11011011100101010101100101110011111010110100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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