Html Css Color HEX #6DD7A0 Medium Aquamarine

📋 copy color: '#6DD7A0'

red 109 ◦ green 215 ◦ blue 160

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

Shades of Medium Aquamarine #6DD7A0

Tints of Medium Aquamarine #6DD7A0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.42%

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

R = 22.52%
G = 44.42%
B = 33.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#6DD7A0 (or 0x6DD7A0) is known color: Medium Aquamarine. HEX triplet: 6D, D7 and A0. RGB value is (109,215,160). Sum of RGB (Red+Green+Blue) = 109+215+160=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD7A0 is #92285F. Grayscale: #B1B1B1. Windows color (decimal): -9578592 or 10540909. OLE color: 10540909.

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

Color convert

RGB 109 215 160 -
CMYK 0.49 0 0.26 0.16
HSL 148.87º 0.57% 0.64% -
HSV(B) 148.87º 0.49% 0.84% -
XYZ 36.95 54.39 41.81 -
YUV 177.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 109 215 160 0.49 0 0.26 0.16 148.87 0.57 0.64
Hex 6D D7 A0 31 0 1A 10 95 39 40
Octal 155 327 240 61 0 32 20 225 71 100
Binary 1101101 11010111 10100000 110001 0 11010 10000 10010101 111001 1000000

Color Harmonies of #6DD7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD7A0

Black with #6DD7A0

Text Example


Text Example

White with #6DD7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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