#6AE8B3

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

Shades of Medium Aquamarine #6AE8B3

Tints of Medium Aquamarine #6AE8B3

Color information

#6AE8B3 (or 0x6AE8B3) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E8 and B3. RGB value is (106,232,179). Sum of RGB (Red+Green+Blue) = 106+232+179=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE8B3 is #95174C. Grayscale: #BCBCBC. Windows color (decimal): -9770829 or 11790442. OLE color: 11790442.

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

Color convert

RGB106232179-
CMYK0.5400.230.09
HSL154.76º73.26%66.27%-
HSV(B)154.76º54.31%90.98%-
XYZ42.9464.0352.74-
YUV188.28122.7669.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 232 (91.02% from 255) = 44.87%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=20.50%
G=44.87%
B=34.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321790.5400.230.09154.7673.2666.27
Hex6AE8B33601799b4942
Octal1523502636602711233111102
Binary1101010111010001011001111011001011110011001101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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