#6DEDD6

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

Shades of Aquamarine #6DEDD6

Tints of Aquamarine #6DEDD6

Color information

#6DEDD6 (or 0x6DEDD6) is unknown color: approx Aquamarine. HEX triplet: 6D, ED and D6. RGB value is (109,237,214). Sum of RGB (Red+Green+Blue) = 109+237+214=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD6 is #921229. Grayscale: #C4C4C4. Windows color (decimal): -9572906 or 14085485. OLE color: 14085485.

HSL color Cylindrical-coordinate representation of color #6DEDD6: hue angle of 169.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDD6 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB109237214-
CMYK0.5400.100.07
HSL169.22º78.05%67.84%-
HSV(B)169.22º54.01%92.94%-
XYZ48.7368.6774.31-
YUV196.11138.0965.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.46%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=19.46%
G=42.32%
B=38.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092372140.5400.100.07169.2278.0567.84
Hex6DEDD6360A7a94e44
Octal155355326660127251116104
Binary11011011110110111010110110110010101111010100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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