#6AE8A1

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

Shades of Medium Aquamarine #6AE8A1

Tints of Medium Aquamarine #6AE8A1

Color information

#6AE8A1 (or 0x6AE8A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E8 and A1. RGB value is (106,232,161). Sum of RGB (Red+Green+Blue) = 106+232+161=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8A1 is #95175E. Grayscale: #BABABA. Windows color (decimal): -9770847 or 10610794. OLE color: 10610794.

HSL color Cylindrical-coordinate representation of color #6AE8A1: hue angle of 146.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE8A1 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB106232161-
CMYK0.5400.310.09
HSL146.19º73.26%66.27%-
HSV(B)146.19º54.31%90.98%-
XYZ41.2363.3543.77-
YUV186.23113.7670.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.24%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=21.24%
G=46.49%
B=32.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321610.5400.310.09146.1973.2666.27
Hex6AE8A13601F9924942
Octal1523502416603711222111102
Binary1101010111010001010000111011001111110011001001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,232,161); }

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

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

 a { background-color: rgb(106,232,161); }

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

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

 span { border-color: rgb(106,232,161); }

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