#6becaa

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

Shades of Medium Aquamarine #6BECAA

Tints of Medium Aquamarine #6BECAA

Color information

#6BECAA (or 0x6BECAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EC and AA. RGB value is (107,236,170). Sum of RGB (Red+Green+Blue) = 107+236+170=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECAA is #941355. Grayscale: #BEBEBE. Windows color (decimal): -9704278 or 11201643. OLE color: 11201643.

HSL color Cylindrical-coordinate representation of color #6BECAA: hue angle of 149.3º 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 #6BECAA is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB107236170-
CMYK0.5500.280.07
HSL149.3º77.25%67.25%-
HSV(B)149.3º54.66%92.55%-
XYZ43.3166.0248.49-
YUV189.9116.7668.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 236 (92.58% from 255) = 46.00%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=20.86%
G=46.00%
B=33.14%

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
Decimal1072361700.5500.280.07149.377.2567.25
Hex6BECAA3701C7954d43
Octal153354252670347225115103
Binary110101111101100101010101101110111001111001010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6becaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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