#6DDAA0

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

Shades of Medium Aquamarine #6DDAA0

Tints of Medium Aquamarine #6DDAA0

Color information

#6DDAA0 (or 0x6DDAA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DA and A0. RGB value is (109,218,160). Sum of RGB (Red+Green+Blue) = 109+218+160=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAA0 is #92255F. Grayscale: #B2B2B2. Windows color (decimal): -9577824 or 10541677. OLE color: 10541677.

HSL color Cylindrical-coordinate representation of color #6DDAA0: hue angle of 148.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAA0 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB109218160-
CMYK0.500.270.15
HSL148.07º59.56%64.12%-
HSV(B)148.07º50%85.49%-
XYZ37.7255.9342.07-
YUV178.8117.3978.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.38%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=22.38%
G=44.76%
B=32.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181600.500.270.15148.0759.5664.12
Hex6DDAA03201BF943c40
Octal155332240620331722474100
Binary110110111011010101000001100100110111111100101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,160); }

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

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

 a { background-color: rgb(109,218,160); }

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

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

 span { border-color: rgb(109,218,160); }

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