#6ae9a5

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

Shades of Medium Aquamarine #6AE9A5

Tints of Medium Aquamarine #6AE9A5

Color information

#6AE9A5 (or 0x6AE9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, E9 and A5. RGB value is (106,233,165). Sum of RGB (Red+Green+Blue) = 106+233+165=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #6AE9A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AE9A5 is #95165A. Grayscale: #BBBBBB. Windows color (decimal): -9770587 or 10873194. OLE color: 10873194.

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

Color convert

RGB106233165-
CMYK0.5500.290.09
HSL147.87º74.27%66.47%-
HSV(B)147.87º54.51%91.37%-
XYZ41.8764.0645.75-
YUV187.27115.4270.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.03%
GREEN value IS 233 (91.41% from 255) = 46.23%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=21.03%
G=46.23%
B=32.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062331650.5500.290.09147.8774.2766.47
Hex6AE9A53701D9944a42
Octal1523512456703511224112102
Binary1101010111010011010010111011101110110011001010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ae9a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,233,165); }

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

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

 a { background-color: rgb(106,233,165); }

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

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

 span { border-color: rgb(106,233,165); }

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