Html Css Color HEX #6DD6A0 Medium Aquamarine

📋 copy color: '#6DD6A0'

red 109 ◦ green 214 ◦ blue 160

#6DD6A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #6DD6A0

Tints of Medium Aquamarine #6DD6A0

RGB

 RED value IS 109 (42.97% from 255) = 22.57%

 GREEN value IS 214 (83.98% from 255) = 44.31%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 22.57%
G = 44.31%
B = 33.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#6DD6A0 (or 0x6DD6A0) is known color: Medium Aquamarine. HEX triplet: 6D, D6 and A0. RGB value is (109,214,160). Sum of RGB (Red+Green+Blue) = 109+214+160=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD6A0 is #92295F. Grayscale: #B0B0B0. Windows color (decimal): -9578848 or 10540653. OLE color: 10540653.

HSL color Cylindrical-coordinate representation of color #6DD6A0: hue angle of 149.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD6A0 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 214 160 -
CMYK 0.49 0 0.25 0.16
HSL 149.14º 0.56% 0.63% -
HSV(B) 149.14º 0.49% 0.84% -
XYZ 36.7 53.88 41.72 -
YUV 176.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 109 214 160 0.49 0 0.25 0.16 149.14 0.56 0.63
Hex 6D D6 A0 31 0 19 10 95 38 3F
Octal 155 326 240 61 0 31 20 225 70 77
Binary 1101101 11010110 10100000 110001 0 11001 10000 10010101 111000 111111

Color Harmonies of #6DD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD6A0

Black with #6DD6A0

Text Example


Text Example

White with #6DD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DD6A0;
 }
 .AnyTagClassName
 {
   color: #6DD6A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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