#6DDCAC

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

Shades of Medium Aquamarine #6DDCAC

Tints of Medium Aquamarine #6DDCAC

Color information

#6DDCAC (or 0x6DDCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DC and AC. RGB value is (109,220,172). Sum of RGB (Red+Green+Blue) = 109+220+172=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDCAC is #922353. Grayscale: #B5B5B5. Windows color (decimal): -9577300 or 11328621. OLE color: 11328621.

HSL color Cylindrical-coordinate representation of color #6DDCAC: hue angle of 154.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCAC is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB109220172-
CMYK0.5000.220.14
HSL154.05º61.33%64.51%-
HSV(B)154.05º50.45%86.27%-
XYZ39.3557.4248.04-
YUV181.34122.7376.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.76%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=21.76%
G=43.91%
B=34.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201720.5000.220.14154.0561.3364.51
Hex6DDCAC32016E9a3d41
Octal155334254620261623275101
Binary110110111011100101011001100100101101110100110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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