#6DEEDC

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

Shades of Aquamarine #6DEEDC

Tints of Aquamarine #6DEEDC

Color information

#6DEEDC (or 0x6DEEDC) is unknown color: approx Aquamarine. HEX triplet: 6D, EE and DC. RGB value is (109,238,220). Sum of RGB (Red+Green+Blue) = 109+238+220=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEEDC is #921123. Grayscale: #C5C5C5. Windows color (decimal): -9572644 or 14478957. OLE color: 14478957.

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

Color convert

RGB109238220-
CMYK0.5400.080.07
HSL171.63º79.14%68.04%-
HSV(B)171.63º54.2%93.33%-
XYZ49.869.5778.51-
YUV197.38140.7664.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.22%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=19.22%
G=41.98%
B=38.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092382200.5400.080.07171.6379.1468.04
Hex6DEEDC36087ac4f44
Octal155356334660107254117104
Binary11011011110111011011100110110010001111010110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,238,220); }

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

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

 a { background-color: rgb(109,238,220); }

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

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

 span { border-color: rgb(109,238,220); }

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