#6AECAA

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

Shades of Medium Aquamarine #6AECAA

Tints of Medium Aquamarine #6AECAA

Color information

#6AECAA (or 0x6AECAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, EC and AA. RGB value is (106,236,170). Sum of RGB (Red+Green+Blue) = 106+236+170=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECAA is #951355. Grayscale: #BDBDBD. Windows color (decimal): -9769814 or 11201642. OLE color: 11201642.

HSL color Cylindrical-coordinate representation of color #6AECAA: hue angle of 149.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECAA is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB106236170-
CMYK0.5500.280.07
HSL149.54º77.38%67.06%-
HSV(B)149.54º55.08%92.55%-
XYZ43.265.9648.48-
YUV189.61116.9368.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.70%
GREEN value IS 236 (92.58% from 255) = 46.09%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=20.70%
G=46.09%
B=33.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062361700.5500.280.07149.5477.3867.06
Hex6AECAA3701C7964d43
Octal152354252670347226115103
Binary110101011101100101010101101110111001111001011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,236,170); }

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

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

 a { background-color: rgb(106,236,170); }

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

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

 span { border-color: rgb(106,236,170); }

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