#6AEA9D

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

Shades of Medium Aquamarine #6AEA9D

Tints of Medium Aquamarine #6AEA9D

Color information

#6AEA9D (or 0x6AEA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, EA and 9D. RGB value is (106,234,157). Sum of RGB (Red+Green+Blue) = 106+234+157=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEA9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEA9D is #951562. Grayscale: #BBBBBB. Windows color (decimal): -9770339 or 10349162. OLE color: 10349162.

HSL color Cylindrical-coordinate representation of color #6AEA9D: hue angle of 143.91º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEA9D is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB106234157-
CMYK0.5500.330.08
HSL143.91º75.29%66.67%-
HSV(B)143.91º54.7%91.76%-
XYZ41.4564.3442.13-
YUV186.95111.0970.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.33%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=21.33%
G=47.08%
B=31.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062341570.5500.330.08143.9175.2966.67
Hex6AEA9D370218904b43
Octal1523522356704110220113103
Binary11010101110101010011101110111010000110001001000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,234,157); }

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

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

 a { background-color: rgb(106,234,157); }

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

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

 span { border-color: rgb(106,234,157); }

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