#6DDC9D

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

Shades of Medium Aquamarine #6DDC9D

Tints of Medium Aquamarine #6DDC9D

Color information

#6DDC9D (or 0x6DDC9D) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DC and 9D. RGB value is (109,220,157). Sum of RGB (Red+Green+Blue) = 109+220+157=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDC9D is #922362. Grayscale: #B3B3B3. Windows color (decimal): -9577315 or 10345581. OLE color: 10345581.

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

Color convert

RGB109220157-
CMYK0.5000.290.14
HSL145.95º61.33%64.51%-
HSV(B)145.95º50.45%86.27%-
XYZ37.9956.8740.87-
YUV179.63115.2377.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=22.43%
G=45.27%
B=32.30%

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
Decimal1092201570.5000.290.14145.9561.3364.51
Hex6DDC9D3201DE923d41
Octal155334235620351622275101
Binary110110111011100100111011100100111011110100100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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