#6ADEAB

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

Shades of Medium Aquamarine #6ADEAB

Tints of Medium Aquamarine #6ADEAB

Color information

#6ADEAB (or 0x6ADEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, DE and AB. RGB value is (106,222,171). Sum of RGB (Red+Green+Blue) = 106+222+171=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEAB is #952154. Grayscale: #B5B5B5. Windows color (decimal): -9773397 or 11263594. OLE color: 11263594.

HSL color Cylindrical-coordinate representation of color #6ADEAB: hue angle of 153.62º 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 #6ADEAB is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB106222171-
CMYK0.5200.230.13
HSL153.62º63.74%64.31%-
HSV(B)153.62º52.25%87.06%-
XYZ39.4258.2547.69-
YUV181.5122.0774.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.24%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=21.24%
G=44.49%
B=34.27%

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
Decimal1062221710.5200.230.13153.6263.7464.31
Hex6ADEAB34017D9a4040
Octal1523362536402715232100100
Binary1101010110111101010101111010001011111011001101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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