#6AE8B0

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

Shades of Medium Aquamarine #6AE8B0

Tints of Medium Aquamarine #6AE8B0

Color information

#6AE8B0 (or 0x6AE8B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E8 and B0. RGB value is (106,232,176). Sum of RGB (Red+Green+Blue) = 106+232+176=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #6AE8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE8B0 is #95174F. Grayscale: #BCBCBC. Windows color (decimal): -9770832 or 11593834. OLE color: 11593834.

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

Color convert

RGB106232176-
CMYK0.5400.240.09
HSL153.33º73.26%66.27%-
HSV(B)153.33º54.31%90.98%-
XYZ42.6463.9151.16-
YUV187.94121.2669.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.62%
GREEN value IS 232 (91.02% from 255) = 45.14%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=20.62%
G=45.14%
B=34.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062321760.5400.240.09153.3373.2666.27
Hex6AE8B0360189994942
Octal1523502606603011231111102
Binary1101010111010001011000011011001100010011001100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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