Html Css Color HEX #6DD0A4 Medium Aquamarine

📋 copy color: '#6DD0A4'

red 109 ◦ green 208 ◦ blue 164

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

Shades of Medium Aquamarine #6DD0A4

Tints of Medium Aquamarine #6DD0A4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 22.66%
G = 43.24%
B = 34.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#6DD0A4 (or 0x6DD0A4) is known color: Medium Aquamarine. HEX triplet: 6D, D0 and A4. RGB value is (109,208,164). Sum of RGB (Red+Green+Blue) = 109+208+164=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD0A4 is #922F5B. Grayscale: #ADADAD. Windows color (decimal): -9580380 or 10801261. OLE color: 10801261.

HSL color Cylindrical-coordinate representation of color #6DD0A4: hue angle of 153.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD0A4 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 208 164 -
CMYK 0.48 0 0.21 0.18
HSL 153.33º 0.51% 0.62% -
HSV(B) 153.33º 0.48% 0.82% -
XYZ 35.56 51.04 43.1 -
YUV 173.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 109 208 164 0.48 0 0.21 0.18 153.33 0.51 0.62
Hex 6D D0 A4 30 0 15 12 99 33 3E
Octal 155 320 244 60 0 25 22 231 63 76
Binary 1101101 11010000 10100100 110000 0 10101 10010 10011001 110011 111110

Color Harmonies of #6DD0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD0A4

Black with #6DD0A4

Text Example


Text Example

White with #6DD0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,208,164); }

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

background-color css

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

 a { background-color: rgb(109,208,164); }

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

border-color css

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

 span { border-color: rgb(109,208,164); }

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