#6DD8AD

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

Shades of Medium Aquamarine #6DD8AD

Tints of Medium Aquamarine #6DD8AD

Color information

#6DD8AD (or 0x6DD8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D8 and AD. RGB value is (109,216,173). Sum of RGB (Red+Green+Blue) = 109+216+173=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8AD is #922752. Grayscale: #B3B3B3. Windows color (decimal): -9578323 or 11393133. OLE color: 11393133.

HSL color Cylindrical-coordinate representation of color #6DD8AD: hue angle of 155.89º degrees, saturation: 0.58, 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 #6DD8AD is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB109216173-
CMYK0.5000.200.15
HSL155.89º57.84%63.73%-
HSV(B)155.89º49.54%84.71%-
XYZ38.4155.3848.2-
YUV179.1124.5578-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.89%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=21.89%
G=43.37%
B=34.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092161730.5000.200.15155.8957.8463.73
Hex6DD8AD32014F9c3a40
Octal155330255620241723472100
Binary110110111011000101011011100100101001111100111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,216,173); }

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

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

 a { background-color: rgb(109,216,173); }

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

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

 span { border-color: rgb(109,216,173); }

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