#6DD8AF

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

Shades of Medium Aquamarine #6DD8AF

Tints of Medium Aquamarine #6DD8AF

Color information

#6DD8AF (or 0x6DD8AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D8 and AF. RGB value is (109,216,175). Sum of RGB (Red+Green+Blue) = 109+216+175=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD8AF is #922750. Grayscale: #B3B3B3. Windows color (decimal): -9578321 or 11524205. OLE color: 11524205.

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

Color convert

RGB109216175-
CMYK0.5000.190.15
HSL157.01º57.84%63.73%-
HSV(B)157.01º49.54%84.71%-
XYZ38.655.4649.23-
YUV179.33125.5577.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 175 (68.75% from 255) = 35%
R=21.8%
G=43.2%
B=35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092161750.5000.190.15157.0157.8463.73
Hex6DD8AF32013F9d3a40
Octal155330257620231723572100
Binary110110111011000101011111100100100111111100111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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