#6DDC9C

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

Shades of Medium Aquamarine #6DDC9C

Tints of Medium Aquamarine #6DDC9C

Color information

#6DDC9C (or 0x6DDC9C) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DC and 9C. RGB value is (109,220,156). Sum of RGB (Red+Green+Blue) = 109+220+156=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDC9C is #922363. Grayscale: #B3B3B3. Windows color (decimal): -9577316 or 10280045. OLE color: 10280045.

HSL color Cylindrical-coordinate representation of color #6DDC9C: hue angle of 145.41º 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 #6DDC9C is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB109220156-
CMYK0.5000.290.14
HSL145.41º61.33%64.51%-
HSV(B)145.41º50.45%86.27%-
XYZ37.956.8440.43-
YUV179.52114.7377.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=22.47%
G=45.36%
B=32.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201560.5000.290.14145.4161.3364.51
Hex6DDC9C3201DE913d41
Octal155334234620351622175101
Binary110110111011100100111001100100111011110100100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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