#6DEDD5

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

Shades of Aquamarine #6DEDD5

Tints of Aquamarine #6DEDD5

Color information

#6DEDD5 (or 0x6DEDD5) is unknown color: approx Aquamarine. HEX triplet: 6D, ED and D5. RGB value is (109,237,213). Sum of RGB (Red+Green+Blue) = 109+237+213=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD5 is #92122A. Grayscale: #C3C3C3. Windows color (decimal): -9572907 or 14019949. OLE color: 14019949.

HSL color Cylindrical-coordinate representation of color #6DEDD5: hue angle of 168.75º 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 #6DEDD5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB109237213-
CMYK0.5400.100.07
HSL168.75º78.05%67.84%-
HSV(B)168.75º54.01%92.94%-
XYZ48.668.6273.63-
YUV195.99137.5965.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.50%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=19.50%
G=42.40%
B=38.10%

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
Decimal1092372130.5400.100.07168.7578.0567.84
Hex6DEDD5360A7a94e44
Octal155355325660127251116104
Binary11011011110110111010101110110010101111010100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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