#6ADEAC

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

Shades of Medium Aquamarine #6ADEAC

Tints of Medium Aquamarine #6ADEAC

Color information

#6ADEAC (or 0x6ADEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DE and AC. RGB value is (106,222,172). Sum of RGB (Red+Green+Blue) = 106+222+172=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEAC is #952153. Grayscale: #B5B5B5. Windows color (decimal): -9773396 or 11329130. OLE color: 11329130.

HSL color Cylindrical-coordinate representation of color #6ADEAC: hue angle of 154.14º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEAC is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB106222172-
CMYK0.5200.230.13
HSL154.14º63.74%64.31%-
HSV(B)154.14º52.25%87.06%-
XYZ39.5158.2948.2-
YUV181.62122.5774.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 222 (87.11% from 255) = 44.4%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=21.2%
G=44.4%
B=34.4%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062221720.5200.230.13154.1463.7464.31
Hex6ADEAC34017D9a4040
Octal1523362546402715232100100
Binary1101010110111101010110011010001011111011001101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,172); }

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

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

 a { background-color: rgb(106,222,172); }

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

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

 span { border-color: rgb(106,222,172); }

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